summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc
2016-05-04gre: remove superfluous pskb_may_pullJiri Benc
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-05-03RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan
2016-05-03RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet
2016-05-03netem: Segment GSO packets on enqueueNeil Horman
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet
2016-05-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-05-02bridge: netlink: export per-vlan statsNikolay Aleksandrov
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert
2016-05-02ipv6: Generic tunnel cleanupTom Herbert
2016-05-02gre: Create common functions for transmitTom Herbert
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert
2016-05-02gre: Move utility functions to common headersTom Herbert
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02net: do not block BH while processing socket backlogEric Dumazet
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-02gre: do not pull header in ICMP error processingJiri Benc
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner
2016-05-01tipc: only process unicast on intended nodeHamish Martin
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek
2016-05-01net: l2tp: fix reversed udp6 checksum flagsWang Shanker