aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19net: dsa: kill circular reference with slave privVivien Didelot2-10/+4
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-19net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov1-309/+307
2016-04-19net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov1-26/+17
2016-04-19net: 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-17net: dsa: constify probed nameVivien Didelot1-3/+3
2016-04-16openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2016-04-16ip6gre: Add support for GSOAlexander Duyck1-23/+33
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck1-1/+13
2016-04-16ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck1-2/+21
2016-04-16ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck1-0/+2
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck6-46/+30
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long2-6/+16
2016-04-15sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long1-36/+9
2016-04-15sctp: add the sctp_diag.c fileXin Long3-0/+502
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2-63/+143
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long1-0/+86
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2-5/+4
2016-04-15net/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-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-17/+40
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner2-0/+6
2016-04-14net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-14packet: 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
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-13/+10
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-2/+1
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2-2/+9
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by ioctlXin Long1-16/+24