summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-18netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal1-6/+10
2016-04-18netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2-19/+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-17RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2016-04-17RDS: fix endianness for dp_ack_seqQing Huang1-1/+1
2016-04-16vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
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-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+8
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-2/+7
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-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2-0/+21
2016-04-14ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2-9/+23
2016-04-14ipv6: datagram: Refactor dst lookup and update codes to a new functionMartin KaFai Lau1-46/+57
2016-04-14ipv6: datagram: Refactor flowi6 init codes to a new functionMartin KaFai Lau1-20/+30
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 tag 'mac80211-for-davem-2016-04-14' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+1
2016-04-14net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-04-14packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-13/+10