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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-02
samples/bpf: add userspace example for prohibiting sockets
David Ahern
4
-0
/
+195
2016-12-02
samples/bpf: Update bpf loader for cgroup section names
David Ahern
2
-3
/
+12
2016-12-02
bpf: Add support for reading socket family, type, protocol
David Ahern
3
-0
/
+39
2016-12-02
samples: bpf: add userspace example for modifying sk_bound_dev_if
David Ahern
3
-0
/
+132
2016-12-02
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
7
-2
/
+138
2016-12-02
bpf: Refactor cgroups code in prep for new type
David Ahern
3
-41
/
+43
2016-12-02
mlx4: fix use-after-free in mlx4_en_fold_software_stats()
Eric Dumazet
2
-1
/
+5
2016-12-02
net: thunderx: Fix transmit queue timeout issue
Sunil Goutham
3
-37
/
+54
2016-12-02
Merge branch 'offloading-tc-rules-hw'
David S. Miller
10
-54
/
+135
2016-12-02
net/mlx5e: Support adding ingress tc rule when egress device flag is set
Hadar Hen Zion
1
-0
/
+8
2016-12-02
net/mlx5e: Save the represntor netdevice as part of the representor
Hadar Hen Zion
4
-10
/
+22
2016-12-02
net/mlx5e: Bring back representor's ndos that were accidentally removed
Hadar Hen Zion
1
-0
/
+2
2016-12-02
net/sched: cls_flower: Add offload support using egress Hardware device
Hadar Hen Zion
4
-17
/
+51
2016-12-02
net/sched: act_mirred: Add new tc_action_ops get_dev()
Hadar Hen Zion
2
-0
/
+14
2016-12-02
net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...
Hadar Hen Zion
1
-16
/
+11
2016-12-02
net/sched: cls_flower: Try to offload only if skip_hw flag isn't set
Hadar Hen Zion
1
-15
/
+20
2016-12-02
net/sched: Add separate check for skip_hw flag
Hadar Hen Zion
1
-4
/
+15
2016-12-02
tcp: allow to turn tcp timestamp randomization off
Florian Westphal
3
-4
/
+11
2016-12-02
tcp: randomize tcp timestamp offsets for each connection
Florian Westphal
11
-20
/
+35
2016-12-02
Merge branch 'qed-iscsi'
David S. Miller
15
-29
/
+2833
2016-12-02
qed: Add iSCSI out of order packet handling.
Yuval Mintz
9
-30
/
+1234
2016-12-02
qed: Add support for hardware offloaded iSCSI.
Yuval Mintz
11
-2
/
+1602
2016-12-02
net: atarilance: use %8ph for printing hex string
Rasmus Villemoes
1
-6
/
+2
2016-12-02
net/mlx5e: skip loopback selftest with !CONFIG_INET
Arnd Bergmann
1
-1
/
+9
2016-12-02
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
Daniel Borkmann
4
-12
/
+23
2016-12-02
sock: reset sk_err for ICMP packets read from error queue
Soheil Hassas Yeganeh
1
-4
/
+13
2016-12-02
Merge branch 'lwt-bpf'
David S. Miller
17
-16
/
+1527
2016-12-02
bpf: Add tests and samples for LWT-BPF
Thomas Graf
7
-0
/
+855
2016-12-02
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
9
-5
/
+646
2016-12-02
route: Set lwtstate for local traffic and cached input dsts
Thomas Graf
1
-13
/
+26
2016-12-02
route: Set orig_output when redirecting to lwt on locally generated traffic
Thomas Graf
1
-1
/
+3
2016-12-02
Merge branch 'mlx5-updates'
David S. Miller
8
-135
/
+215
2016-12-02
net/mlx5e: Remove flow encap entry in the correct place
Roi Dayan
1
-21
/
+22
2016-12-02
net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instance
Roi Dayan
1
-7
/
+6
2016-12-02
net/mlx5e: Correct cleanup order when deleting offloaded TC rules
Roi Dayan
1
-2
/
+2
2016-12-02
net/mlx5e: Remove redundant hashtable lookup in configure flower
Roi Dayan
1
-19
/
+7
2016-12-02
net/mlx5e: Create UMR MKey per RQ
Tariq Toukan
3
-42
/
+35
2016-12-02
net/mlx5e: Move function mlx5e_create_umr_mkey
Tariq Toukan
1
-37
/
+37
2016-12-02
net/mlx5e: Implement Fragmented Work Queue (WQ)
Tariq Toukan
6
-17
/
+116
2016-12-02
Merge branch 'altera-tse-sgmii-pcs'
David S. Miller
3
-0
/
+116
2016-12-02
net: ethernet: altera_tse: add support for SGMII PCS
Neill Whillans
2
-0
/
+102
2016-12-02
net: phy: vitesse: add support for VSC8572
Stephen Agate
1
-0
/
+14
2016-12-01
Merge branch 'sfc-defalconisation-fixups'
David S. Miller
4
-7
/
+2
2016-12-01
sfc: remove RESET_TYPE_RX_RECOVERY
Edward Cree
2
-5
/
+1
2016-12-01
sfc: don't select SFC_FALCON
Edward Cree
1
-1
/
+0
2016-12-01
sfc: fix debug message format string in efx_farch_handle_rx_not_ok
Edward Cree
1
-1
/
+1
2016-12-01
rtnetlink: return the correct error code
Zhang Shengju
1
-1
/
+1
2016-12-01
audit: remove useless synchronize_net()
WANG Cong
1
-2
/
+1
2016-12-01
Merge branch 'mdix_ctrl'
David S. Miller
5
-15
/
+107
2016-12-01
net: phy: Fix the mdix_ctrl changes
Raju Lakkaraju
2
-3
/
+3
[next]