summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: kill circular reference with slave privVivien Didelot2016-04-192-10/+4
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+2
* net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov2016-04-191-309/+307
* net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov2016-04-191-26/+17
* net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-191-19/+5
* net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-191-0/+19
* net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-181-9/+12
* udp: fix if statement in SIOCINQ ioctlDan Carpenter2016-04-181-6/+0
* rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu2016-04-181-15/+8
* net: dsa: constify probed nameVivien Didelot2016-04-171-3/+3
* openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-161-2/+1
* 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
OpenPOWER on IntegriCloud