summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-045-6/+6
* gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann2016-05-041-0/+1
* gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-11/+28
* gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc2016-05-041-5/+10
* gre: remove superfluous pskb_may_pullJiri Benc2016-05-041-4/+1
* net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck2016-05-041-0/+4
* gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-041-3/+3
* gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-041-1/+4
* gre: change gre_parse_header to return the header lengthJiri Benc2016-05-043-10/+8
* tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet2016-05-041-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0428-151/+256
|\
| * ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1
| * RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-034-10/+33
| * RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2016-05-032-17/+25
| * net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
| * netem: Segment GSO packets on enqueueNeil Horman2016-05-031-2/+59
| * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-05-036-56/+41
| |\
| | * batman-adv: Fix reference counting of hardif_neigh_node object for neigh_nodeSven Eckelmann2016-04-292-11/+7
| | * batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2016-04-292-38/+6
| | * batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli2016-04-293-0/+18
| | * batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli2016-04-291-7/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-0211-19/+57
| |\ \
| | * | gre: do not pull header in ICMP error processingJiri Benc2016-05-021-3/+8
| | * | tipc: only process unicast on intended nodeHamish Martin2016-05-011-0/+5
| | * | soreuseport: Fix TCP listener hash collisionCraig Gallek2016-05-011-0/+2
| | * | net: l2tp: fix reversed udp6 checksum flagsWang Shanker2016-05-011-2/+2
| | * | ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2016-04-291-2/+2
| | |/
| | * gre: reject GUE and FOU in collect metadata modeJiri Benc2016-04-281-0/+5
| | * gre: build header correctly for collect metadata tunnelsJiri Benc2016-04-281-4/+5
| | * gre: do not assign header_ops in collect metadata modeJiri Benc2016-04-281-2/+3
| | * Merge tag 'mac80211-for-davem-2016-04-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-04-281-2/+2
| | |\
| | | * mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg2016-04-271-2/+2
| | * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-04-285-4/+23
| | |\ \
| | | * | batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing2016-04-241-0/+6
| | | * | batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann2016-04-241-0/+9
| | | * | batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdownSven Eckelmann2016-04-241-2/+1
| | | * | batman-adv: init neigh node last seen fieldMarek Lindner2016-04-241-0/+1
| | | * | batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann2016-04-241-2/+6
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-04-286-55/+55
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-256-55/+55
| | |/ /
* | | | ipv6: add new struct ipcm6_cookieWei Wang2016-05-039-101/+110
* | | | net: add __sock_wfree() helperEric Dumazet2016-05-032-1/+25
* | | | tipc: redesign connection-level flow controlJon Paul Maloy2016-05-035-62/+122
* | | | tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-033-2/+22
* | | | tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2016-05-031-1/+1
* | | | VSOCK: constify vsock_transport structureJulia Lawall2016-05-031-1/+1
* | | | fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* | | | net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-1/+1
* | | | bridge: netlink: export per-vlan statsNikolay Aleksandrov2016-05-023-0/+99
* | | | bridge: vlan: learn to countNikolay Aleksandrov2016-05-024-16/+109