summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-2/+2
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-2/+3
* ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-0/+2
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-202-20/+182
|\
| * nl80211: add request id in scheduled scan event messagesArend Van Spriel2017-04-181-0/+2
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-2/+6
| * cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg2017-04-131-3/+6
| * cfg80211: add documentation for cfg80211_get_bss()Johannes Berg2017-03-311-1/+11
| * cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally2017-03-311-2/+55
| * cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally2017-03-311-8/+83
| * mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg2017-03-071-4/+0Star
| * mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski2017-03-061-0/+6
| * cfg80211: Accept multiple RSSI thresholds for CQMAndrew Zaborowski2017-03-061-0/+13
* | net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert2017-04-201-0/+1
* | sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-181-0/+1
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-172-3/+6
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-173-4/+21
|\ \
| * | Bluetooth: L2CAP: Fix L2CAP_CR_SCID_IN_USE valueMarcin Kraglak2017-04-121-1/+1
| * | 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-121-4/+0Star
| * | 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-121-0/+19
| * | Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-121-3/+5
* | | net: dsa: isolate legacy codeVivien Didelot2017-04-171-1/+3
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-133-14/+30
* | | genetlink: pass extended ACK report downJohannes Berg2017-04-131-0/+12
* | | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* | | net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-0/+2
|/ /
* | net: neigh: make ->hh_len 32-bitAlexey Dobriyan2017-04-121-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-111-6/+5Star
|\ \
| * | xfrm: branchless addr4_match() on 64-bitAlexey Dobriyan2017-03-271-2/+2
| * | xfrm: use "unsigned int" in addr_match()Alexey Dobriyan2017-03-241-3/+3
| * | xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan2017-03-241-1/+0Star
* | | net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-081-1/+1
* | | net-next: dsa: add Mediatek tag RX/TX handlerSean Wang2017-04-071-0/+1
* | | Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-061-1/+1
|\ \ \
| * | | rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-1/+1
* | | | net/sched: Removed unused vlan actions definitionOr Gerlitz2017-04-061-3/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-11/+22
|\ \ \ \ | |/ / / |/| | |
| * | | sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-052-6/+5Star
| * | | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-3/+14
| * | | sctp: alloc stream info when initializing asocXin Long2017-03-301-1/+2
| * | | sctp: change to save MSG_MORE flag into assocXin Long2017-03-291-1/+1
* | | | bonding: attempt to better support longer hw addressesJarod Wilson2017-04-061-1/+11
* | | | Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-052-0/+35
|\ \ \ \
| * | | | can: initial support for network namespacesMario Kicherer2017-04-042-0/+35
* | | | | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-0/+3
|/ / / /
* | | | flowcache: more "unsigned int"Alexey Dobriyan2017-04-041-3/+3
* | | | flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-041-1/+1
* | | | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+2
* | | | sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet2017-04-031-1/+1
* | | | net: mpls: Increase max number of labels for lwt encapDavid Ahern2017-04-021-3/+2Star