aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-2/+1
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-03-13Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller2-2/+8
2016-03-13net: socket: use pr_info_once to tip the obsolete usage of PF_PACKETliping.zhang1-6/+2
2016-03-13net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer1-2/+2
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner7-66/+83
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier1-11/+17
2016-03-13netconf: add macro to represent all attributesZhang Shengju2-32/+44
2016-03-13sctp: fix the transports round robin issue when init is retransmittedXin Long2-2/+2
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells8-39/+39
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2-4/+2
2016-03-12netfilter: x_tables: check for size overflowFlorian Westphal1-0/+3
2016-03-11bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann1-2/+12
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2-4/+4
2016-03-11bridge: allow zero ageing timeStephen Hemminger1-3/+8
2016-03-11net/flower: Fix pointer castAmir Vadai1-6/+6
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg1-0/+4
2016-03-11Bluetooth: Fix setting correct flags in ADJohan Hedberg1-1/+3
2016-03-11netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal1-0/+6
2016-03-11Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso3-12/+35
2016-03-10net/9p: convert to new CQ APIChristoph Hellwig1-55/+31
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() publicAmir Vadai1-13/+0
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-1/+63
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong1-8/+8
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg4-11/+75
2016-03-10Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg1-0/+3
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg1-2/+2
2016-03-106lowpan: iphc: fix SAM/DAM bit commentAlexander Aring1-2/+2
2016-03-106lowpan: debugfs: add missing staticAlexander Aring1-2/+2
2016-03-10Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso4-31/+32
2016-03-09packet: validate variable length ll headersWillem de Bruijn1-25/+18
2016-03-09ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2016-03-09kcm: Add receive message timeoutTom Herbert2-2/+36
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert2-2/+48
2016-03-09kcm: Sendpage supportTom Herbert1-2/+145
2016-03-09kcm: Splice supportTom Herbert1-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert3-1/+503
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert5-0/+2031
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert1-14/+1
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert1-23/+16
2016-03-09net: Add MSG_BATCH flagTom Herbert1-0/+5
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert1-4/+6
2016-03-09net: Make sock_alloc exportableTom Herbert1-1/+2
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček1-5/+4
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček1-32/+36
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček1-6/+8
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2-1/+4
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller24-320/+586