aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09tunnels: support MPLS over IPv4 tunnelsSimon Horman1-10/+67
2016-07-09net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov4-19/+43
2016-07-09sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner1-3/+15
2016-07-08net: dsa: initialize the routing tableVivien Didelot2-1/+12
2016-07-08Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller17-1058/+986
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal1-5/+5
2016-07-06Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller15-104/+297
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-35/+65
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller29-495/+589
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma2-0/+7
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 Stern2-8/+35
2016-07-06nl80211: support beacon report scanningAvraham Stern6-18/+85
2016-07-06nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld1-0/+36
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-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
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells4-135/+156
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells3-250/+251
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells6-117/+104
2016-07-06rxrpc: Access socket accept queue under right lockDavid Howells1-2/+2
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells6-36/+60
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells3-22/+22
2016-07-06rxrpc: Fix handling of connection failure in client call creationDavid Howells1-1/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells4-10/+9
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells3-2/+21
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells5-29/+47
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells3-3/+13
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu5-111/+65
2016-07-06rxrpc: Check the source of a packet to a client connDavid Howells1-1/+3
2016-07-06rxrpc: Fix some sparse errorsDavid Howells1-3/+2
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-05net: fix decnet rtnexthop parsingVegard Nossum1-9/+12
2016-07-05neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel1-0/+2
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko3-0/+48
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko3-4/+4
2016-07-05netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov1-5/+6
2016-07-04Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-mergeDavid S. Miller41-1217/+3716
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko1-0/+46
2016-07-04RDS: fix rds_tcp_init() error pathVegard Nossum1-2/+3
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann1-0/+19
2016-07-04net: pktgen: support injecting packets for qdisc testingJohn Fastabend1-2/+40
2016-07-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim1-8/+4
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim1-1/+17
2016-07-04net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim1-8/+1