summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu
2016-04-20VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen
2016-04-20net: dsa: kill circular reference with slave privVivien Didelot
2016-04-20bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-20net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov
2016-04-20net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller
2016-04-19netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal
2016-04-18netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal
2016-04-18netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal
2016-04-18netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal
2016-04-18udp: fix if statement in SIOCINQ ioctlDan Carpenter
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu
2016-04-17net: dsa: constify probed nameVivien Didelot
2016-04-17openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter
2016-04-16ip6gre: Add support for GSOAlexander Duyck
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck
2016-04-16ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck
2016-04-16ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-16RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com
2016-04-16RDS: fix endianness for dp_ack_seqQing Huang
2016-04-16vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long
2016-04-15sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long
2016-04-15sctp: add the sctp_diag.c fileXin Long
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner
2016-04-15net/hsr: Added support for HSR v1Peter Heise
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy
2016-04-15bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-15sctp: add support for RPS and RFSMarcelo Ricardo Leitner
2016-04-15net: validate_xmit_skb() changesEric Dumazet
2016-04-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau