summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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-011-9/+24
* rtnl: stats - add missing netlink message size checksMathias Krause2016-12-291-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-271-6/+0
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0
* | 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-171-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/+15
|\ \
| * | netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-122-44/+32
|\ \ \
| * | | net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-34/+26
| * | | net/dev: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-10/+6
* | | | 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-091-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/+6
* | | | net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-052-203/+116
* | | | 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-8/+6
|\ \ \ \ | |/ / /
| * | | net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
| * | | net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-271-4/+2
| |\ \ \
| | * | | flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek2016-11-231-4/+2
* | | | | bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+21
* | | | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+62
* | | | | tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-021-2/+3
* | | | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-4/+6
* | | | | sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh2016-12-021-4/+13
* | | | | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-024-0/+572
* | | | | rtnetlink: return the correct error codeZhang Shengju2016-12-011-1/+1
* | | | | neigh: remove duplicate check for same neighZhang Shengju2016-11-301-10/+5
* | | | | bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2016-11-302-3/+31
* | | | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-302-3/+18
* | | | | bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-271-10/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-263-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-251-0/+1
| * | | | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-231-1/+1
| * | | | flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-221-1/+1
* | | | | net: properly flush delay-freed skbsEric Dumazet2016-11-251-2/+3
OpenPOWER on IntegriCloud