aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells9-61/+105
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells6-134/+85
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells2-4/+4
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells4-12/+9
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells8-21/+37
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells2-2/+2
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells5-84/+106
2016-04-11rxrpc: Disable a debugging statement that has been left enabled.David Howells1-1/+1
2016-04-11rxrpc: do not pull udp headers on receiveWillem de Bruijn1-2/+2
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn3-7/+5
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern2-5/+40
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-110/+203
2016-04-09ipv6: fix inet6_lookup_listener()Eric Dumazet1-2/+2
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-51/+144
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-8/+3
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-8/+8
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-17/+15
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller39-984/+1809
2016-04-08Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller8-25/+86
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko1-8/+13
2016-04-08devlink: remove implicit type set in port registerJiri Pirko1-1/+0
2016-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-04-07ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy2-17/+38
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy3-31/+29
2016-04-07RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch1-1/+1
2016-04-07RDS: memory allocated must be align to 8shamir rabinovitch1-2/+2
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck4-3/+25
2016-04-07udp: Remove udp_offloadsTom Herbert1-63/+0
2016-04-07fou: change to use UDP socket GROTom Herbert1-31/+17
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+2
2016-04-07udp: Add GRO functions to UDP socketTom Herbert6-40/+41
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2-0/+26
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-22/+13
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa9-15/+16
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-5/+0
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2-2/+4
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-4/+4
2016-04-06VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2016-04-06af_packet: tone down the Tx-ring unsupported spew.Dave Jones1-1/+1
2016-04-06Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr"David S. Miller1-1/+0
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney1-1/+1
2016-04-06cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2-3/+14
2016-04-06cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2-2/+8
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau1-0/+54
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau5-0/+166
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg4-46/+138
2016-04-06mac80211: add fast-rx pathJohannes Berg7-3/+409
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg3-29/+54