aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2019-09-12net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-08-02net: avoid weird emergency messageEric Dumazet
2019-05-15failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-03-08net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-19net: set default network namespace in init_dummy_netdev()Josh Elsasser
2018-12-15net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-12-04net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-07net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdmaChristoph Hellwig
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck
2018-04-27net: Fix coccinelle warningKirill Tkhai
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger
2018-04-18bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-05net: fool proof dev_valid_name()Eric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-31net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman