summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/hsr: Added support for HSR v1Peter Heise2016-04-158-63/+124
* tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet2016-04-151-2/+2
* tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-154-11/+20
* tipc: let first message on link be a state messageJon Paul Maloy2016-04-153-5/+8
* tipc: ensure that first packets on link are sent in orderJon Paul Maloy2016-04-151-0/+4
* tipc: refactor function tipc_link_timeout()Jon Paul Maloy2016-04-151-20/+16
* tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy2016-04-151-3/+4
* tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-152-1/+19
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-141-17/+40
* sctp: add support for RPS and RFSMarcelo Ricardo Leitner2016-04-142-0/+6
* net: validate_xmit_skb() changesEric Dumazet2016-04-141-5/+2
* packet: uses kfree_skb() for errors.Weongyo Jeong2016-04-141-2/+12
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-143-10/+17
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-148-22/+137
* GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-144-10/+50
* 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/+10
|\
| * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-13/+10
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-141-2/+1
* | 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-132-2/+9
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-131-16/+24
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-131-2/+3
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-132-37/+14
* | bridge: simplify the stp_state_store by calling store_bridge_parmXin Long2016-04-131-15/+9
* | bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long2016-04-131-17/+10
* | bridge: simplify the flush_store by calling store_bridge_parmXin Long2016-04-131-7/+7
* | ipv6, token: allow for clearing the current device tokenDaniel Borkmann2016-04-131-4/+6
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-134-6/+4
* | udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2016-04-132-2/+3
* | udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn2016-04-131-2/+0
* | dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-4/+4
* | net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-131-1/+1
* | net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-3/+5
* | net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-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/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-126-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