summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck1-0/+11
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel1-2/+2
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel1-2/+2
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel1-17/+5
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise1-4/+3
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2-10/+8
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-3/+2
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu1-0/+158
2016-04-20net: dsa: kill circular reference with slave privVivien Didelot2-10/+4
2016-04-20bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-20net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov1-309/+307
2016-04-20net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov1-26/+17
2016-04-20net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-19/+5
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller1-0/+19
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes1-9/+12
2016-04-18udp: fix if statement in SIOCINQ ioctlDan Carpenter1-6/+0
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu1-15/+8
2016-04-18net: dsa: constify probed nameVivien Didelot1-3/+3
2016-04-17openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2016-04-17ip6gre: Add support for GSOAlexander Duyck1-23/+33
2016-04-17GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck1-1/+13
2016-04-17ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck1-2/+21
2016-04-17ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck1-0/+2
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck6-46/+30
2016-04-16sctp: fix some rhashtable functions using in sctp proc/diagXin Long2-6/+16
2016-04-16sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long1-36/+9
2016-04-16sctp: add the sctp_diag.c fileXin Long3-0/+502
2016-04-16sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-16sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2-63/+143
2016-04-16sctp: add sctp_info dump api for sctp_diagXin Long1-0/+86
2016-04-16sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2-5/+4
2016-04-16net/hsr: Added support for HSR v1Peter Heise8-63/+124
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet1-2/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet4-11/+20
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy3-5/+8
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy1-0/+4
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy1-3/+4
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2-1/+19
2016-04-15bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-17/+40
2016-04-15sctp: add support for RPS and RFSMarcelo Ricardo Leitner2-0/+6
2016-04-15net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-15packet: uses kfree_skb() for errors.Weongyo Jeong1-2/+12
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan3-10/+17
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck8-22/+137
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck4-10/+50
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck7-15/+48
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck1-0/+2
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko1-6/+92
2016-04-14devlink: add shared buffer configurationJiri Pirko1-0/+940