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.12.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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
net: remove unused 'dev' argument from netif_needs_gso()
Johannes Berg
1
-1
/
+1
2015-04-16
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
1
-3
/
+6
2015-04-16
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
1
-1
/
+0
2015-04-16
bpf: fix bpf helpers to use skb->mac_header relative offsets
Alexei Starovoitov
1
-9
/
+32
2015-04-16
netns: remove duplicated include from net_namespace.c
Wei Yongjun
1
-1
/
+0
2015-04-14
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
1
-1
/
+1
2015-04-13
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
Daniel Borkmann
1
-7
/
+24
2015-04-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-6
/
+26
2015-04-13
tcp: do not cache align timewait sockets
Eric Dumazet
1
-2
/
+1
2015-04-11
new helper: msg_data_left()
Al Viro
1
-1
/
+1
2015-04-11
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
1
-6
/
+26
2015-04-10
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
1
-1
/
+1
2015-04-10
net: Pass VLAN ID to rtnl_fdb_notify.
Hubert Sokolowski
1
-10
/
+10
2015-04-08
net: remove extra newlines
Sheng Yong
1
-1
/
+0
2015-04-08
netns: allow to dump netns ids
Nicolas Dichtel
1
-1
/
+48
2015-04-08
netns: notify netns id events
Nicolas Dichtel
1
-8
/
+44
2015-04-08
netns: minor cleanup in rtnl_net_getid()
Nicolas Dichtel
1
-1
/
+1
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-5
/
+5
2015-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-18
/
+35
2015-04-06
tc: bpf: add checksum helpers
Alexei Starovoitov
1
-4
/
+104
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2
-1
/
+22
2015-04-03
ebpf: add skb->priority to offset map for usage in {cls, act}_bpf
Daniel Borkmann
1
-0
/
+7
2015-04-03
netns: don't allocate an id for dead netns
Nicolas Dichtel
1
-1
/
+3
2015-04-03
Revert "netns: don't clear nsid too early on removal"
Nicolas Dichtel
1
-15
/
+9
2015-04-03
net: move fib_rules_unregister() under rtnl lock
WANG Cong
1
-1
/
+1
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+17
2015-04-02
dev: set iflink to 0 for virtual interfaces
Nicolas Dichtel
1
-0
/
+4
2015-04-02
net: remove iflink field from struct net_device
Nicolas Dichtel
1
-11
/
+2
2015-04-02
dev: introduce dev_get_iflink()
Nicolas Dichtel
4
-9
/
+34
2015-03-31
net: rename dev to orig_dev in deliver_ptype_list_skb
Jiri Pirko
1
-2
/
+3
2015-03-29
net: Introduce passthru_features_check
Toshiaki Makita
1
-0
/
+8
2015-03-29
net: Move check for multiple vlans to drivers
Toshiaki Makita
1
-12
/
+9
2015-03-29
vlan: Introduce helper functions to check if skb is tagged
Toshiaki Makita
1
-16
/
+8
2015-03-29
tc: bpf: generalize pedit action
Alexei Starovoitov
1
-2
/
+69
2015-03-29
netns: don't clear nsid too early on removal
Nicolas Dichtel
1
-9
/
+15
2015-03-24
filter: introduce SKF_AD_VLAN_TPID BPF extension
Michal Sekletar
1
-0
/
+17
2015-03-24
net: allow to delete a whole device group
WANG Cong
1
-0
/
+38
2015-03-24
net: use for_each_netdev_safe() in rtnl_group_changelink()
WANG Cong
1
-2
/
+2
2015-03-23
net: Move the comment about unsettable socket-level options to default clause...
YOSHIFUJI Hideaki/吉藤英明
1
-2
/
+3
2015-03-23
net: convert syn_wait_lock to a spinlock
Eric Dumazet
1
-7
/
+7
2015-03-23
net: clear skb->priority when forwarding to another netns
WANG Cong
1
-0
/
+1
2015-03-21
net: neighbour: Add mcast_resolicit to configure the number of multicast reso...
YOSHIFUJI Hideaki/吉藤英明
1
-4
/
+11
2015-03-21
ebpf: add sched_act_type and map it to sk_filter's verifier ops
Daniel Borkmann
1
-0
/
+6
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-20
/
+30
2015-03-20
ebpf, filter: do not convert skb->protocol to host endianess during runtime
Daniel Borkmann
1
-15
/
+14
2015-03-20
net: increase sk_[max_]ack_backlog
Eric Dumazet
1
-2
/
+0
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
2
-5
/
+10
2015-03-19
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
1
-4
/
+6
2015-03-19
net: add support for phys_port_name
David Ahern
3
-0
/
+62
2015-03-18
net: Add max rate tx queue attribute
John Fastabend
1
-12
/
+55
[next]