aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal5-6/+6
2016-05-04gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann1-0/+1
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc1-11/+28
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc1-5/+10
2016-05-04gre: remove superfluous pskb_may_pullJiri Benc1-4/+1
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck1-0/+4
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck1-3/+3
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck1-1/+4
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc3-10/+8
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet1-2/+5
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-151/+256
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel1-2/+1
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang9-101/+110
2016-05-03RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan4-10/+33
2016-05-03RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2-17/+25
2016-05-03net: add __sock_wfree() helperEric Dumazet2-1/+25
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck1-1/+1
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy5-62/+122
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy3-2/+22
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall1-1/+1
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet1-19/+45
2016-05-03netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-1/+1
2016-05-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-56/+41
2016-05-02bridge: netlink: export per-vlan statsNikolay Aleksandrov3-0/+99
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov4-16/+109
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+30
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-02ipv6: Generic tunnel cleanupTom Herbert1-2/+5
2016-05-02gre: Create common functions for transmitTom Herbert1-47/+5
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert1-17/+30
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-05-02gre: Move utility functions to common headersTom Herbert2-129/+84
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-70/+142
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2-2/+13
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet1-0/+2
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet2-4/+4
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet11-99/+104
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-19/+57
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2-13/+19
2016-05-01tipc: only process unicast on intended nodeHamish Martin1-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek1-0/+2
2016-05-01net: l2tp: fix reversed udp6 checksum flagsWang Shanker1-2/+2