summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-01-14mac80211: add flag for duplication checkSara Sharon-1/+1
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon-0/+17
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann-0/+9
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov-2/+4
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov-2/+4
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov-2/+5
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa-1/+1
2016-01-10switchdev: Adding MDB entry offloadElad Raz-0/+11
2016-01-08ipv4: eliminate endianness warnings in ip_fib.hLance Richardson-1/+2
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+12
2016-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-11/+24
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a-0/+4
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+16
2016-01-06switchdev: add bridge vlan_filtering attributeElad Raz-0/+2
2016-01-05inet: kill unused skb_free opFlorian Westphal-1/+0
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long-26/+0
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long-0/+16
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg-0/+3
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg-10/+20
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern-7/+16
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek-3/+12
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek-2/+3
2016-01-04soreuseport: define reuseport groupsCraig Gallek-0/+22
2016-01-04net: make ip6tunnel_xmit definition conditionalArnd Bergmann-0/+2
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller-0/+1
2016-01-04mac802154: constify ieee802154_llsec_ops structureJulia Lawall-1/+1
2016-01-03netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso-0/+6
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard-0/+1
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso-4/+1
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso-1/+1
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar-30/+23
2015-12-22net: add inet_sk_transparent() helperFlorian Westphal-1/+13
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+50
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern-0/+17
2015-12-18net: l3mdev: Add master device lookup by indexDavid Ahern-0/+23
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+81
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa-1/+1
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali-0/+8
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun-0/+7
2015-12-16inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet-0/+1
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti-0/+2
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti-0/+1
2015-12-15ila: Add generic ILA translation facilityTom Herbert-0/+18
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert-0/+2
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert-0/+9
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert-1/+1
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel-0/+2
2015-12-14net: fix IP early demux racesEric Dumazet-1/+34
2015-12-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-7/+37