summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | net: fix AF_SMC related typoUrsula Braun2017-01-121-1/+1
* | | | net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli2017-01-121-22/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-10/+12
|\| | |
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-111-4/+4
| |\ \ \
| | * | | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-111-4/+4
| * | | | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
| * | | | gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-111-1/+2
| * | | | net: add the AF_QIPCRTR entries to family name tablesAnna, Suman2017-01-111-3/+3
| * | | | net: skb_flow_get_be16() can be staticEric Dumazet2017-01-101-2/+2
| |/ / /
* | | | flow disector: ARP supportSimon Horman2017-01-111-0/+57
* | | | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-20/+20
* | | | smc: establish new socket familyUrsula Braun2017-01-091-3/+3
* | | | net: introduce keepalive function in struct protoUrsula Braun2017-01-091-5/+2Star
* | | | secure_seq: use SipHash in place of MD5Jason A. Donenfeld2017-01-091-82/+63Star
* | | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-091-5/+3Star
* | | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-093-12/+5Star
* | | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-7/+3Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-053-11/+39
|\| | |
| * | | drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-031-1/+7
| * | | flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien2017-01-021-2/+3
| * | | drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-021-9/+24
| * | | rtnl: stats - add missing netlink message size checksMathias Krause2016-12-291-0/+6
* | | | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
| |/ / |/| |
* | | net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-292-3/+36
* | | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-291-2/+0Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-281-6/+0Star
|\ \ | |/ |/|
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0Star
* | ktime: Get rid of the unionThomas Gleixner2016-12-252-3/+3
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-249-9/+9
|/
* neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-181-0/+6
|\
| * net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+6
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-20/+15Star
|\ \
| * | netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15Star
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-132-44/+32Star
|\ \ \
| * | | net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-34/+26Star
| * | | net/dev: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-10/+6Star
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
* | | | net: skb_condense() can also deal with empty skbsEric Dumazet2016-12-101-9/+13
* | | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+26
* | | | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-0/+28
* | | | net: rfs: add a jump labelEric Dumazet2016-12-082-1/+6
* | | | flow dissector: ICMP supportSimon Horman2016-12-081-0/+31
* | | | net/udp: do not touch skb->peeked unless really neededEric Dumazet2016-12-061-9/+10
* | | | bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann2016-12-051-9/+6Star
* | | | net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-052-203/+116Star
* | | | net_sched: gen_estimator: account for timer driftsEric Dumazet2016-12-031-9/+16
* | | | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-8/+12
* | | | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-4/+4
* | | | netns: publish net_generic correctlyAlexey Dobriyan2016-12-031-5/+5