summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-147-15/+48
* ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck2016-04-141-0/+2
* devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-141-6/+92
* devlink: add shared buffer configurationJiri Pirko2016-04-141-0/+940
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2016-04-141-13/+10Star
|\
| * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-13/+10Star
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-141-2/+1Star
* | qdisc: constify meta_type_ops structuresJulia Lawall2016-04-141-4/+4
* | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-142-2/+9
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-141-16/+24
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-141-2/+3
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-142-37/+14Star
* | bridge: simplify the stp_state_store by calling store_bridge_parmXin Long2016-04-141-15/+9Star
* | bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long2016-04-141-17/+10Star
* | bridge: simplify the flush_store by calling store_bridge_parmXin Long2016-04-141-7/+7
* | ipv6, token: allow for clearing the current device tokenDaniel Borkmann2016-04-141-4/+6
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-144-6/+4Star
* | udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2016-04-142-2/+3
* | udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn2016-04-141-2/+0Star
* | dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-141-4/+4
* | net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-141-1/+1
* | net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-141-3/+5
* | net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-141-3/+4
* | Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller2016-04-1335-205/+205
|\ \
| * | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-1235-205/+205
* | | tipc: remove remnants of old broadcast codeJon Paul Maloy2016-04-131-15/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-136-36/+273
|\ \ \
| * | | netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal2016-04-121-0/+30
| * | | netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal2016-04-121-0/+54
| * | | netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULLHaishuang Yan2016-04-071-1/+1
| * | | netfilter: ip6t_SYNPROXY: remove magic number for hop_limitLiping Zhang2016-03-291-26/+30
| * | | netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDRStephane Bryant2016-03-291-0/+47
| * | | netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to...Stephane Bryant2016-03-291-0/+58
| * | | netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant2016-03-291-2/+45
| * | | netfilter: nf_conntrack: Uses pr_fmt() for logging.Weongyo Jeong2016-03-281-7/+8
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-04-124-6/+26
|\ \ \ \
| * | | | 6lowpan: iphc: fix handling of link-local compressionAlexander Aring2016-04-081-2/+9
| * | | | Bluetooth: Allow setting BT_SECURITY_FIPS with setsockoptPatrik Flykt2016-04-081-1/+1
| * | | | Bluetooth: Ignore unknown advertising packet typesJohan Hedberg2016-04-081-0/+13
| * | | | Bluetooth: Fix setting NO_BREDR advertising flagJohan Hedberg2016-04-081-3/+3
* | | | | rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-119-61/+105
* | | | | rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-116-134/+85Star
* | | | | rxrpc: Don't assume transport address family and size when using itDavid Howells2016-04-112-4/+4
* | | | | rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells2016-04-114-12/+9Star
* | | | | rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-118-21/+37
* | | | | rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-112-2/+2
* | | | | rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-115-84/+106
* | | | | rxrpc: Disable a debugging statement that has been left enabled.David Howells2016-04-111-1/+1
* | | | | rxrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-2/+2
* | | | | sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-113-7/+5Star