summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-221-4/+15
* flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-0/+4
|\
| * bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+4
* | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-102-4/+8
|\
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-092-4/+8
* | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
|/
* rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
* ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-031-13/+2Star
* Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller2018-01-021-1/+13
* skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
* skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
* skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-1/+1
|\
| * xdp: linearize skb in netif_receive_generic_xdp()Song Liu2017-12-151-1/+1
* | sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
|/
* net: remove duplicate includesPravin Shedge2017-12-131-1/+0Star
* Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-051-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-253-14/+13Star
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-223-14/+13Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-232-7/+11
|\ \
| * | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-2/+2
| * | net: xdp: don't allow device-bound programs in driver modeJakub Kicinski2017-11-211-0/+7
| * | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-5/+2Star
| |/
* / net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-1/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-162-9/+2Star
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-2/+2
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-162-7/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1517-423/+1053
|\ \ | |/ |/|
| * net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai2017-11-151-1/+3
| * net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu2017-11-141-3/+14
| * net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes2017-11-141-13/+1Star
| * net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes2017-11-141-1/+1
| * net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes2017-11-141-0/+3
| * net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes2017-11-141-2/+1Star
| * net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes2017-11-141-10/+2Star
| * net: core: move dev_alloc_name_ns a little higherRasmus Villemoes2017-11-141-13/+13
| * net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes2017-11-141-1/+1
| * tcp: allow drivers to tweak TSQ logicEric Dumazet2017-11-141-0/+1
| * fib_rules: exit_net cleanup check addedVasily Averin2017-11-141-0/+6
| * fib_notifier: exit_net cleanup check addedVasily Averin2017-11-141-0/+6
| * netdev: exit_net cleanup check addedVasily Averin2017-11-141-0/+2
| * sock: Remove the global prot_inuse counter.Tonghao Zhang2017-11-111-22/+0Star
| * tipc: improve link resiliency when rps is activatedJon Maloy2017-11-111-15/+15
| * net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-101-4/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-0/+1
| |\
| * | pktgen: document 32-bit timestamp overflowArnd Bergmann2017-11-081-3/+11
| * | rtnetlink: fix missing size for IFLA_IF_NETNSIDColin Ian King2017-11-081-1/+1