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-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
1
-22
/
+50
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
1
-1
/
+1
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
1
-2
/
+2
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
1
-15
/
+0
2015-03-16
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
1
-17
/
+83
2015-03-16
ebpf: add helper for obtaining current processor id
Daniel Borkmann
1
-0
/
+2
2015-03-16
ebpf: add prandom helper for packet sampling
Daniel Borkmann
1
-0
/
+2
2015-03-13
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
1
-0
/
+2
2015-03-13
net: add req_prot_cleanup() & req_prot_init() helpers
Eric Dumazet
1
-28
/
+41
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
5
-35
/
+5
2015-03-12
net: add real socket cookies
Eric Dumazet
2
-10
/
+28
2015-03-11
ipv4: FIB Local/MAIN table collapse
Alexander Duyck
1
-2
/
+6
2015-03-10
net: constify sock_diag_check_cookie()
Eric Dumazet
1
-1
/
+1
2015-03-10
net: core: add of_find_net_device_by_node()
Florian Fainelli
1
-0
/
+25
2015-03-09
neigh: Use neigh table index for neigh_packet_xmit
Eric W. Biederman
1
-11
/
+11
2015-03-07
net: gro: remove obsolete code from skb_gro_receive()
Eric Dumazet
1
-44
/
+1
2015-03-04
neigh: Add helper function neigh_xmit
Eric W. Biederman
1
-0
/
+34
2015-03-04
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
1
-15
/
+5
2015-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-9
/
+32
2015-03-03
neigh: Don't require a dst in neigh_resolve_output
Eric W. Biederman
1
-6
/
+0
2015-03-03
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
1
-4
/
+4
2015-03-03
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
1
-20
/
+0
2015-03-02
filter: refactor common filter attach code into __sk_attach_prog
Daniel Borkmann
1
-38
/
+33
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-7
/
+6
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
1
-1
/
+1
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
1
-2
/
+2
2015-03-01
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
Daniel Borkmann
1
-0
/
+7
2015-03-01
ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
Daniel Borkmann
1
-22
/
+14
2015-03-01
ebpf: constify various function pointer structs
Daniel Borkmann
1
-3
/
+3
2015-03-01
net: do not use rcu in rtnl_dump_ifinfo()
Eric Dumazet
1
-3
/
+1
2015-02-28
net: Verify permission to link_net in newlink
Eric W. Biederman
1
-0
/
+3
2015-02-28
net: Verify permission to dest_net in newlink
Eric W. Biederman
1
-0
/
+4
2015-02-24
rtnetlink: avoid 0 sized arrays
Sasha Levin
1
-2
/
+2
2015-02-23
net: pktgen: disable xmit_clone on virtual devices
Eric Dumazet
1
-0
/
+3
2015-02-22
net: Remove state argument from skb_find_text()
Bojan Prtvar
1
-5
/
+4
2015-02-22
ethtool: use "ops" name consistenty in ethtool_set_rxfh()
Dan Carpenter
1
-1
/
+1
2015-02-22
net: reject creation of netdev names with colons
Matthew Thode
1
-1
/
+1
2015-02-21
ethtool: Add hw-switch-offload to netdev_features_strings.
Rami Rosen
1
-0
/
+1
2015-02-20
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
1
-2
/
+3
2015-02-19
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
1
-1
/
+14
2015-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-4
/
+12
2015-02-15
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
1
-1
/
+8
2015-02-15
net: spelling fixes
Stephen Hemminger
2
-2
/
+2
2015-02-15
net/core: Fix warning while make xmldocs caused by dev.c
Masanari Iida
1
-1
/
+1
2015-02-14
net: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-22
/
+8
2015-02-12
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
1
-0
/
+1
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-23
/
+17
2015-02-09
net:rfs: adjust table size checking
Eric Dumazet
1
-1
/
+1
2015-02-09
net: rfs: add hash collision detection
Eric Dumazet
2
-22
/
+28
2015-02-08
net: use netif_rx_ni() from process context
Eric Dumazet
1
-2
/
+2
[next]