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-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
2
-3
/
+4
2015-05-13
pktgen: fix packet generation
Alexei Starovoitov
1
-1
/
+10
2015-05-13
net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...
Denys Vlasenko
1
-0
/
+11
2015-05-13
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
Nicolas Dichtel
1
-1
/
+1
2015-05-13
switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
Scott Feldman
1
-1
/
+0
2015-05-13
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
2
-6
/
+13
2015-05-13
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
2
-2
/
+2
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
1
-4
/
+6
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
1
-94
/
+6
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
1
-23
/
+32
2015-05-12
net: Use cached copy of pfmemalloc to avoid accessing page
Alexander Duyck
1
-62
/
+79
2015-05-11
net: sched: further simplify handle_ing
Daniel Borkmann
1
-12
/
+18
2015-05-11
net: sched: consolidate handle_ing and ing_filter
Daniel Borkmann
1
-30
/
+16
2015-05-11
net: kill sk_change_net and sk_release_kernel
Eric W. Biederman
1
-19
/
+0
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
1
-2
/
+6
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+2
2015-05-10
pktgen: introduce xmit_mode '<start_xmit|netif_receive>'
Alexei Starovoitov
1
-5
/
+77
2015-05-10
pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant
Jesper Dangaard Brouer
1
-0
/
+3
2015-05-10
netlink: allow to listen "all" netns
Nicolas Dichtel
1
-1
/
+9
2015-05-10
netns: use a spin_lock to protect nsid management
Nicolas Dichtel
1
-13
/
+44
2015-05-10
netns: notify new nsid outside __peernet2id()
Nicolas Dichtel
1
-14
/
+27
2015-05-10
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2
-3
/
+3
2015-05-10
netns: always provide the id to rtnl_net_fill()
Nicolas Dichtel
1
-20
/
+11
2015-05-10
netns: returns always an id in __peernet2id()
Nicolas Dichtel
1
-11
/
+8
2015-05-10
tcp: set SOCK_NOSPACE under memory pressure
Jason Baron
1
-1
/
+5
2015-05-10
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
1
-2
/
+49
2015-05-10
net: filter: add __GFP_NOWARN flag for larger kmem allocs
Daniel Borkmann
1
-3
/
+6
2015-05-10
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
1
-4
/
+4
2015-05-10
net: filter: add a callback to allow classic post-verifier transformations
Nicolas Schichan
1
-3
/
+15
2015-05-05
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
1
-1
/
+1
2015-05-04
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
1
-1
/
+1
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
1
-0
/
+87
2015-05-04
tc: remove unused redirect ttl
Jamal Hadi Salim
1
-9
/
+0
2015-05-04
Revert "net: kernel socket should be released in init_net namespace"
Herbert Xu
1
-1
/
+1
2015-05-04
net: Add flow_keys digest
Tom Herbert
1
-0
/
+27
2015-05-04
net: Add skb_get_hash_perturb
Tom Herbert
1
-8
/
+30
2015-05-04
net: sched: run ingress qdisc without locks
Alexei Starovoitov
1
-2
/
+0
2015-04-29
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
1
-5
/
+7
2015-04-26
net: rfs: fix crash in get_rps_cpus()
Eric Dumazet
1
-6
/
+6
2015-04-25
net: fix crash in build_skb()
Eric Dumazet
1
-9
/
+22
2015-04-22
net: do not deplete pfmemalloc reserve
Eric Dumazet
1
-2
/
+7
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
[next]