summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg-0/+27
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg-0/+5
2016-05-12cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach-2/+2
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon-1/+5
2016-05-11Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller-3/+14
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn-2/+2
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn-5/+2
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn-8/+0
2016-05-11net: original ingress device index in PKTINFODavid Ahern-0/+1
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern-1/+45
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo-1/+6
2016-05-10gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)Pablo Neira-0/+34
2016-05-09net: l3mdev: Move get_saddr and rt6_dstDavid Ahern-53/+3
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-13/+23
2016-05-09netfilter: conntrack: use single slab cacheFlorian Westphal-2/+0
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal-4/+0
2016-05-09tcp: refactor struct tcp_skb_cbLawrence Brakmo-3/+8
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme-9/+0
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal-1/+1
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso-1/+1
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso-0/+3
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal-2/+1
2016-05-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-0/+15
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet-1/+6
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+1
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc-0/+1
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc-1/+1
2016-05-04net_sched: act_mirred: add helper inlines to access tcf_mirred infoSridhar Samudrala-0/+15
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard-0/+2
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard-3/+12
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang-8/+13
2016-05-03net: add __sock_wfree() helperEric Dumazet-0/+1
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck-1/+3
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov-0/+7
2016-05-02ipv6: Generic tunnel cleanupTom Herbert-1/+4
2016-05-02gre: Create common functions for transmitTom Herbert-0/+44
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert-0/+2
2016-05-02gre: Move utility functions to common headersTom Herbert-0/+60
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert-0/+4
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet-0/+11
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner-1/+1
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli-0/+5
2016-04-28fq: split out backlog update logicMichal Kazior-11/+19
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau-1/+7
2016-04-28net: snmp: fix 64bit stats on 32bit archesEric Dumazet-4/+4
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet-2/+4
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet-0/+6
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet-44/+44