index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-12
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
Edward Cree
6
-23
/
+14
2016-02-12
net: gre: Implement LCO for GRE over IPv4
Edward Cree
1
-3
/
+13
2016-02-12
fou: enable LCO in FOU and GUE
Edward Cree
1
-8
/
+6
2016-02-12
net: udp: always set up for CHECKSUM_PARTIAL offload
Edward Cree
2
-25
/
+2
2016-02-12
net: local checksum offload for encapsulation
Edward Cree
3
-22
/
+22
2016-02-12
tcp/dccp: better use of ephemeral ports in bind()
Eric Dumazet
1
-126
/
+114
2016-02-12
tcp/dccp: better use of ephemeral ports in connect()
Eric Dumazet
1
-85
/
+85
2016-02-11
net: bulk free SKBs that were delay free'ed due to IRQ context
Jesper Dangaard Brouer
2
-3
/
+13
2016-02-11
net: bulk free infrastructure for NAPI context, use napi_consume_skb
Jesper Dangaard Brouer
2
-6
/
+78
2016-02-11
igmp: Namespacify igmp_qrv sysctl knob
Nikolay Borisov
3
-22
/
+28
2016-02-11
igmp: Namespaceify igmp_llm_reports sysctl knob
Nikolay Borisov
3
-12
/
+18
2016-02-11
igmp: Namespaceify igmp_max_msf sysctl knob
Nikolay Borisov
4
-13
/
+12
2016-02-11
igmp: Namespaceify igmp_max_memberships sysctl knob
Nikolay Borisov
3
-10
/
+10
2016-02-11
openvswitch: allow management from inside user namespaces
Tycho Andersen
2
-10
/
+14
2016-02-11
rds: duplicate include net/tcp.h
stephen hemminger
1
-1
/
+0
2016-02-11
net: Allow tunnels to use inner checksum offloads with outer checksums needed
Alexander Duyck
1
-2
/
+1
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2
-11
/
+5
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
1
-2
/
+6
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2
-16
/
+16
2016-02-11
net: Move GSO csum into SKB_GSO_CB
Alexander Duyck
1
-7
/
+9
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2
-6
/
+6
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
2
-0
/
+17
2016-02-11
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2
-0
/
+18
2016-02-11
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2
-0
/
+10
2016-02-11
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2
-1
/
+26
2016-02-11
net: Add support for filtering link dump by master device and kind
David Ahern
1
-1
/
+67
2016-02-11
soreuseport: fast reuseport TCP socket selection
Craig Gallek
5
-11
/
+89
2016-02-11
soreuseport: Prep for fast reuseport TCP socket selection
Craig Gallek
2
-1
/
+2
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
9
-32
/
+64
2016-02-11
inet: create IPv6-equivalent inet_hash function
Craig Gallek
5
-46
/
+61
2016-02-11
sock: struct proto hash function may error
Craig Gallek
9
-17
/
+44
2016-02-10
batman-adv: Convert batadv_tt_common_entry to kref
Sven Eckelmann
2
-13
/
+49
2016-02-10
batman-adv: Convert batadv_orig_node to kref
Sven Eckelmann
8
-17
/
+22
2016-02-10
batman-adv: Convert batadv_orig_node_vlan to kref
Sven Eckelmann
2
-7
/
+21
2016-02-10
batman-adv: Convert batadv_hard_iface to kref
Sven Eckelmann
5
-23
/
+27
2016-02-10
batman-adv: Convert batadv_neigh_node to kref
Sven Eckelmann
4
-17
/
+20
2016-02-10
batman-adv: Convert batadv_orig_ifinfo to kref
Sven Eckelmann
3
-9
/
+13
2016-02-10
batman-adv: Convert batadv_neigh_ifinfo to kref
Sven Eckelmann
2
-8
/
+11
2016-02-10
batman-adv: Convert batadv_tt_orig_list_entry to kref
Sven Eckelmann
2
-10
/
+18
2016-02-10
batman-adv: Convert batadv_tvlv_handler to kref
Sven Eckelmann
2
-7
/
+19
2016-02-10
batman-adv: Convert batadv_tvlv_container to kref
Sven Eckelmann
2
-6
/
+18
2016-02-10
batman-adv: Convert batadv_dat_entry to kref
Sven Eckelmann
2
-7
/
+22
2016-02-10
batman-adv: Convert batadv_nc_path to kref
Sven Eckelmann
2
-8
/
+22
2016-02-10
batman-adv: Convert batadv_nc_node to kref
Sven Eckelmann
2
-9
/
+14
2016-02-10
batman-adv: Convert batadv_bla_claim to kref
Sven Eckelmann
2
-6
/
+10
2016-02-10
batman-adv: Convert batadv_bla_backbone_gw to kref
Sven Eckelmann
2
-7
/
+24
[next]