summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-151-7/+7
* vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-151-2/+1
* vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-151-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-142-7/+8
|\
| * rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-142-7/+8
* | 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-124-121/+80
|\ \
| * | net/iucv: Use explicit clean up labels in iucv_init()Sebastian Andrzej Siewior2016-11-281-7/+7
| * | net/iucv: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-74/+44
| * | net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-34/+27
| * | 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
|\ \ \
* | | | netfilter: nft_counter: rework atomic dump and resetPablo Neira2016-12-111-72/+55
* | | | net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-101-27/+27
* | | | net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2016-12-101-10/+0
* | | | net: bridge: shorten ageing time on topology changeVivien Didelot2016-12-103-2/+30
* | | | net: bridge: add helper to set topology changeVivien Didelot2016-12-104-4/+11
* | | | net: bridge: add helper to offload ageing timeVivien Didelot2016-12-103-17/+24
* | | | net: socket: removed an unnecessary newlineAmit Kushwaha2016-12-101-1/+0
* | | | netlink: use blocking notifierWANG Cong2016-12-101-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-0/+3
|\| | |
| * | | can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* | | | net: skb_condense() can also deal with empty skbsEric Dumazet2016-12-091-9/+13
* | | | Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller2016-12-095-11/+55
|\ \ \ \
| * | | | cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-094-9/+39
| * | | | nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2016-12-091-1/+15
| * | | | nl80211: fix logic inversion in start_nan()Johannes Berg2016-12-091-1/+1
* | | | | udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet2016-12-091-1/+2
* | | | | udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+12
* | | | | udp: copy skb->truesize in the first cache lineEric Dumazet2016-12-091-3/+10
* | | | | udp: add busylocks in RX pathEric Dumazet2016-12-091-1/+42
* | | | | net: socket: preferred __aligned(size) for control bufferAmit Kushwaha2016-12-081-1/+2
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-12-082-17/+69
|\ \ \ \ \
| * | | | | Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2016-12-082-17/+69
* | | | | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+26
* | | | | | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-082-1/+39
* | | | | | net: rfs: add a jump labelEric Dumazet2016-12-082-1/+6
* | | | | | net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman2016-12-081-0/+53
* | | | | | flow dissector: ICMP supportSimon Horman2016-12-081-0/+31
* | | | | | net/sched: cls_flower: Add support for matching on flagsOr Gerlitz2016-12-081-0/+76
* | | | | | icmp: correct return value of icmp_rcv()Zhang Shengju2016-12-081-2/+2
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0769-620/+2162
|\ \ \ \ \
| * | | | | netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso2016-12-071-2/+9
| * | | | | netfilter: xt_bpf: support ebpfWillem de Bruijn2016-12-071-16/+80
| * | | | | netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner2016-12-071-1/+3
| * | | | | netfilter: nf_tables: support for set flushingPablo Neira Ayuso2016-12-073-6/+51
| * | | | | netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2016-12-072-8/+27
| * | | | | netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso2016-12-071-2/+2
| * | | | | netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti2016-12-071-1/+4