aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-14netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal3-3/+13
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-4/+4
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-3/+5
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-3/+4
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller35-205/+205
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2016-04-136lowpan: move mac802154 headerAlexander Aring1-3/+0
2016-04-136lowpan: add lowpan_is_ll functionAlexander Aring1-0/+9
2016-04-136lowpan: move eui64 uncompress functionAlexander Aring1-16/+0
2016-04-136lowpan: iphc: remove unnecessary zero dataAlexander Aring1-1/+1
2016-04-136lowpan: iphc: rename add lowpan prefixAlexander Aring1-25/+31
2016-04-136lowpan: move lowpan_802154_dev to 6lowpanAlexander Aring1-12/+0
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring8-87/+91
2016-04-13ieee802154: 6lowpan: fix short addr hashAlexander Aring1-1/+1
2016-04-13nl802154: avoid address change while running lowpanAlexander Aring1-0/+10
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-36/+273
2016-04-13netfilter: ebtables: Fix extension lookup with identical namePhil Sutter1-1/+5
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal1-0/+30
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal1-0/+54
2016-04-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-6/+26
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg35-205/+205
2016-04-12nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells2-3/+3
2016-04-11net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern1-0/+10
2016-04-11net: vrf: Fix dst reference countingDavid Ahern2-6/+8
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-11tipc: purge deferred updates from dead nodesErik Hugne1-0/+19
2016-04-11tipc: make dist queue pernetErik Hugne3-9/+11
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern2-5/+40
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-04-10netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-04-10decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner4-33/+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/sc...David S. Miller39-984/+1809