summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu
2016-04-19VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen
2016-04-19net: dsa: kill circular reference with slave privVivien Didelot
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-19net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov
2016-04-19net/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-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes
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-16openvswitch: 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-15vlan: 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