aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11sctp: implement prsctp RTX policyXin Long2-0/+6
2016-07-11sctp: implement prsctp TTL policyXin Long5-5/+43
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long3-0/+77
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long2-0/+120
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long6-8/+93
2016-07-11Revert "net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings"Philippe Reynes1-2/+26
2016-07-11net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switchFlorian Fainelli4-0/+30
2016-07-11net: dsa: b53: Allow SRAB driver to specify platform dataFlorian Fainelli1-10/+29
2016-07-10net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh5-22/+450
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2-8/+9
2016-07-09ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet1-6/+6
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason7-285/+650
2016-07-09net: ethernet: bgmac: convert to feature flagsJon Mason2-48/+140
2016-07-09net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason4-217/+298
2016-07-09net: ethernet: bgmac: add dma_dev pointerJon Mason2-8/+10
2016-07-09net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2-62/+55
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer5-12/+21
2016-07-09r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang1-1/+0
2016-07-09r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang1-2/+0
2016-07-09r8152: remove rtl_phy_reset functionhayeswang1-24/+0
2016-07-09mpls: allow routes on ipip and sit devicesSimon Horman1-2/+4
2016-07-09ipip: support MPLS over IPv4Simon Horman1-16/+121
2016-07-09sit: support MPLS over IPv4Simon Horman1-16/+77
2016-07-09tunnels: support MPLS over IPv4 tunnelsSimon Horman1-10/+67
2016-07-09net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov5-21/+48
2016-07-09sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner1-3/+15
2016-07-09bnxt: fix a conditionDan Carpenter1-1/+1
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2-0/+20
2016-07-08net: dsa: initialize the routing tableVivien Didelot3-1/+14
2016-07-08tun: Don't assume type tun in tun_device_eventCraig Gallek1-0/+3
2016-07-08netvsc: Use the new in-place consumption APIs in the rx pathK. Y. Srinivasan1-29/+59
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal1-5/+5
2016-07-06net: mediatek: remove .owner field for driverWei Yongjun1-1/+0
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma4-0/+14
2016-07-06mac80211: parse wide bandwidth channel switch IE with workaroundJohannes Berg1-28/+17
2016-07-06mac80211: report failure to start (partial) scan as scan abortJohannes Berg1-2/+3
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern15-35/+131
2016-07-06nl80211: support beacon report scanningAvraham Stern23-52/+279
2016-07-06mac80211_hwsim: use signed net namespace IDJohannes Berg1-1/+1
2016-07-06mac80211_hwsim: Add radar bandwidths to the P2P Device combinationIlan Peer1-20/+5
2016-07-06nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld3-2/+73
2016-07-06mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg1-0/+18
2016-07-06rxrpc: Kill off the call hash tableDavid Howells2-184/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells6-180/+224
2016-07-06rcu: Suppress sparse warnings for rcu_dereference_raw()Paul E. McKenney1-2/+6
2016-07-06Introduce rb_replace_node_rcu()David Howells3-2/+39
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells4-74/+59
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells4-27/+8
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells4-58/+97
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells4-26/+51