index
:
linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2016-01-31
net: bpf: reject invalid shifts
Rabin Vincent
2016-01-31
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
2016-01-31
net: pktgen: fix null ptr deref in skb allocation
John Fastabend
2016-01-06
net: possible use after free in dst_release
Francesco Ruggeri
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-12-17
net: check both type and procotol for tcp sockets
WANG Cong
2015-12-15
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
2015-12-11
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
2015-12-05
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2015-12-03
ipv6: kill sk_dst_lock
Eric Dumazet
2015-12-03
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
2015-12-03
net/neighbour: fix crash at dumping device-agnostic proxy entries
Konstantin Khlebnikov
2015-12-01
net: fix sock_wake_async() rcu protection
Eric Dumazet
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-11-23
cgroups: Allow dynamically changing net_classid
Nina Schiff
2015-11-22
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
2015-11-17
net/core: revert "net: fix __netdev_update_features return.." and add comment
Nikolay Aleksandrov
2015-11-17
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Hannes Frederic Sowa
2015-11-17
net: use skb_clone to avoid alloc_pages failure.
Martin Zhang
2015-11-17
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2015-11-16
net/core: use netdev name in warning if no parent
Bjørn Mork
2015-11-16
net: fix __netdev_update_features return on ndo_set_features failure
Nikolay Aleksandrov
2015-11-16
net: fix feature changes on devices without ndo_set_features
Nikolay Aleksandrov
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-09
net: fix a race in dst_release()
Eric Dumazet
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-04
net/core: ensure features get disabled on new lower devs
Jarod Wilson
2015-11-03
net/core: fix for_each_netdev_feature
Jarod Wilson
2015-11-03
ptp: Change ptp_class to a proper bitmask
Stefan Sørensen
2015-11-02
net/core: generic support for disabling netdev features down stack
Jarod Wilson
2015-11-02
net: make skb_set_owner_w() more robust
Eric Dumazet
2015-10-27
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
2015-10-26
net: tso: add support for IPv6
emmanuel.grumbach@intel.com
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-23
if_link: Add control trust VF
Hiroshi Shimamoto
2015-10-22
openvswitch: Fix egress tunnel info.
Pravin B Shelar
2015-10-21
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-16
net: introduce pre-change upper device notifier
Jiri Pirko
2015-10-14
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
2015-10-12
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
2015-10-12
sock: support per-packet fwmark
Edward Jee
2015-10-12
bpf: enable non-root eBPF programs
Alexei Starovoitov
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
2015-10-09
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
2015-10-09
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
2015-10-08
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
2015-10-08
net: move net_get_random_once to lib
Hannes Frederic Sowa
2015-10-08
bpf, skb_do_redirect: clear sender_cpu before xmit
Daniel Borkmann
[next]