summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: use designated initializersKees Cook2016-12-171-1/+1
* ATM: use designated initializersKees Cook2016-12-174-55/+54
* net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+6
* sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long2016-12-171-4/+3
* sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long2016-12-171-1/+4
* irda: irnet: add member name to the miscdevice declarationLABBE Corentin2016-12-171-3/+3
* irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin2016-12-171-3/+0
* irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-171-1/+0
* irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2016-12-172-1/+1
* irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin2016-12-171-1/+0
* inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-172-8/+13
* inet: Don't go into port scan when looking for specific bind portTom Herbert2016-12-171-1/+1
* net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey2016-12-171-1/+1
* net/sched: cls_flower: Use mask for addr_typePaul Blakey2016-12-171-0/+4
* 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
OpenPOWER on IntegriCloud