summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip6gre: Add support for GSOAlexander Duyck2016-04-161-23/+33
* GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck2016-04-161-1/+13
* ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck2016-04-161-2/+21
* ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck2016-04-161-0/+2
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-166-46/+30
* sctp: fix some rhashtable functions using in sctp proc/diagXin Long2016-04-152-6/+16
* sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long2016-04-151-36/+9
* sctp: add the sctp_diag.c fileXin Long2016-04-153-0/+502
* sctp: export some functions for sctp_diag in inet_diagXin Long2016-04-151-26/+41
* sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-152-63/+143
* sctp: add sctp_info dump api for sctp_diagXin Long2016-04-151-0/+86
* sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-152-5/+4
* 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
OpenPOWER on IntegriCloud