summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-09-26cfg80211: add checks for beacon rate, extend to meshJohannes Berg-1/+3
2016-09-26cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha-11/+14
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller-11/+79
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long-2/+2
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long-0/+1
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov-0/+1
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov-0/+2
2016-09-17net: l3mdev: Remove netif_index_is_l3_masterDavid Ahern-24/+0
2016-09-16cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho-1/+32
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin-0/+1
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim-0/+30
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan-0/+6
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg-9/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+20
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg-0/+33
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul-0/+4
2016-09-12cfg80211: clarify the requirements of .disconnect()Emmanuel Grumbach-1/+2
2016-09-10net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern-2/+1
2016-09-10net: l3mdev: remove get_rtable methodDavid Ahern-21/+0
2016-09-10net: l3mdev: Remove l3mdev_fib_oifDavid Ahern-29/+0
2016-09-10net: ipv6: Remove l3mdev_get_saddr6David Ahern-11/+0
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern-22/+0
2016-09-10net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern-4/+4
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern-3/+3
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern-0/+48
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern-0/+6
2016-09-10net/sched: Introduce act_tunnel_keyAmir Vadai-0/+30
2016-09-10net/dst: Utility functions to build dst_metadata without supplying an skbAmir Vadai-13/+39
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai-18/+19
2016-09-09Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller-5/+8
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang-1/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-8/+6
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells-3/+0
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells-2/+8
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells-1/+2
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson-1/+2
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-42/+56
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds-1/+1
2016-09-02switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami-1/+1
2016-09-01net: dsa: remove ds_to_privVivien Didelot-5/+0
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu-2/+2
2016-09-01rps: flow_dissector: Add the const for the parameter of flow_keys_have_l4Gao Feng-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells-24/+11
2016-08-31net: dsa: add MDB supportVivien Didelot-0/+16
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu-0/+44
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+8
2016-08-30Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller-0/+9
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells-3/+7
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells-0/+2
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng-2/+1