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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
5
-96
/
+81
2014-01-08
netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled
Pablo Neira Ayuso
1
-1
/
+2
2014-01-08
net: Do not enable tx-nocache-copy by default
Benjamin Poirier
1
-5
/
+0
2014-01-08
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
1
-0
/
+2
2014-01-08
IPv6: add the option to use anycast addresses as source addresses in echo reply
FX Le Bail
2
-1
/
+11
2014-01-07
gre_offload: statically build GRE offloading support
Eric Dumazet
3
-13
/
+7
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
14
-212
/
+463
2014-01-07
ovs: make functions local
Stephen Hemminger
4
-6
/
+7
2014-01-07
openvswitch: Compute checksum in skb_gso_segment() if needed
Thomas Graf
1
-1
/
+1
2014-01-07
openvswitch: Use skb_zerocopy() for upcall
Thomas Graf
1
-8
/
+29
2014-01-07
openvswitch: Pass datapath into userspace queue functions
Thomas Graf
1
-20
/
+14
2014-01-07
openvswitch: Drop user features if old user space attempted to create datapath
Thomas Graf
1
-0
/
+21
2014-01-07
openvswitch: Allow user space to announce ability to accept unaligned Netlink...
Thomas Graf
2
-0
/
+16
2014-01-07
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
2
-55
/
+89
2014-01-07
openvswitch: remove duplicated include from flow_table.c
Wei Yongjun
1
-2
/
+0
2014-01-07
net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}
Daniel Borkmann
2
-17
/
+2
2014-01-07
openvswitch: Per cpu flow stats.
Pravin B Shelar
7
-55
/
+210
2014-01-07
openvswitch: Enable memory mapped Netlink i/o
Thomas Graf
1
-27
/
+29
2014-01-07
netlink: Avoid netlink mmap alloc if msg size exceeds frame size
Thomas Graf
1
-0
/
+4
2014-01-07
genl: Add genlmsg_new_unicast() for unicast message allocation
Thomas Graf
1
-0
/
+21
2014-01-07
openvswitch: Silence RCU lockdep checks from flow lookup.
Jesse Gross
3
-3
/
+4
2014-01-07
openvswitch: Change ovs_flow_tbl_lookup_xx() APIs
Andy Zhou
3
-14
/
+16
2014-01-07
openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).
Ben Pfaff
1
-2
/
+2
2014-01-07
openvswitch: Correct comment.
Ben Pfaff
1
-5
/
+1
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
54
-338
/
+499
2014-01-07
net_sched: act: action flushing missaccounting
Jamal Hadi Salim
1
-2
/
+3
2014-01-07
net_sched: Remove unnecessary checks for act->ops
Jamal Hadi Salim
2
-32
/
+16
2014-01-07
bridge: use DEVICE_ATTR_xx macros
sfeldma@cumulusnetworks.com
1
-141
/
+108
2014-01-07
bridge: use spin_lock_bh() in br_multicast_set_hash_max
Curt Brune
1
-2
/
+2
2014-01-07
tcp: out_of_order_queue do not use its lock
Eric Dumazet
2
-2
/
+2
2014-01-07
ipv6: don't install anycast address for /128 addresses on routers
Hannes Frederic Sowa
1
-2
/
+2
2014-01-07
net: pkt_sched: PIE AQM scheme
Vijay Subramanian
3
-0
/
+569
2014-01-06
netfilter: Fix build failure in nfnetlink_queue_core.c.
David S. Miller
1
-0
/
+1
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
14
-534
/
+487
2014-01-06
net: netdev_kobject_init: annotate with __init
Daniel Borkmann
2
-2
/
+2
2014-01-06
net: 6lowpan: fix lowpan_header_create non-compression memcpy call
Daniel Borkmann
1
-1
/
+1
2014-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
27
-205
/
+402
2014-01-05
tipc: remove unused code
stephen hemminger
4
-26
/
+0
2014-01-05
tipc: make local function static
stephen hemminger
2
-2
/
+1
2014-01-05
dccp: make local variable static
stephen hemminger
2
-2
/
+1
2014-01-05
dccp: remove obsolete code
stephen hemminger
2
-33
/
+0
2014-01-05
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
11
-48
/
+41
2014-01-04
llc: make lock static
stephen hemminger
1
-2
/
+1
2014-01-04
socket: cleanups
stephen hemminger
1
-19
/
+2
2014-01-04
ipv4: Use percpu Cache route in IP tunnels
Tom Herbert
1
-12
/
+32
2014-01-04
ipv4: Cache dst in tunnels
Tom Herbert
1
-24
/
+89
2014-01-04
sctp: Add process name and pid to deprecation warnings
Neil Horman
1
-6
/
+18
2014-01-04
netfilter: nf_tables: dump sets in all existing families
Pablo Neira Ayuso
1
-9
/
+78
2014-01-04
netfilter: x_tables: lightweight process control group matching
Daniel Borkmann
3
-0
/
+82
2014-01-04
net: netprio: rename config to be more consistent with cgroup configs
Daniel Borkmann
4
-5
/
+5
[next]