index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_misc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
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
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
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
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
net: phy: Fix the mdix_ctrl changes
Raju Lakkaraju
2
-3
/
+3
2016-12-01
net: phy: Add mdi(x) support in Microsemi PHYs driver
Raju Lakkaraju
1
-8
/
+97
2016-12-01
net: phy: update the mdix_ctrl with correct value.
Raju Lakkaraju
1
-4
/
+6
2016-12-01
net: phy: add mdix_ctrl to hold the user configuration.
Raju Lakkaraju
1
-0
/
+1
2016-11-30
driver: ipvlan: Remove useless member mtu_adj of struct ipvl_dev
Gao Feng
2
-2
/
+1
2016-11-30
ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zalloc
Souptick Joarder
1
-3
/
+2
2016-11-30
ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zalloc
Souptick Joarder
1
-4
/
+2
2016-11-30
net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.
Lorenzo Colitti
1
-1
/
+2
2016-11-30
bpf: add test for the verifier equal logic bug
Josef Bacik
1
-0
/
+23
2016-11-30
net: ethernet: ti: cpsw: split tx budget according between channels
Ivan Khoronzhuk
1
-29
/
+130
2016-11-30
net: ethernet: ti: cpsw: optimize end of poll cycle
Ivan Khoronzhuk
1
-18
/
+6
2016-11-30
net: ethernet: ti: cpsw: add .ndo to set per-queue rate
Ivan Khoronzhuk
1
-0
/
+87
2016-11-30
net: ethernet: ti: davinci_cpdma: add set rate for a channel
Ivan Khoronzhuk
2
-45
/
+289
2016-11-30
net: ethernet: ti: davinci_cpdma: add weight function for channels
Ivan Khoronzhuk
2
-10
/
+115
2016-11-30
qede: Add support for XDP_TX
Mintz, Yuval
3
-35
/
+216
2016-11-30
qede: Add basic XDP support
Mintz, Yuval
3
-3
/
+127
2016-11-30
qede: Better utilize the qede_[rt]x_queue
Mintz, Yuval
3
-125
/
+124
2016-11-30
qede: Don't check netdevice for rx-hash
Mintz, Yuval
1
-22
/
+12
2016-11-30
qed*: Handle-based L2-queues.
Mintz, Yuval
11
-570
/
+791
2016-11-30
qede: Revise state locking scheme
Mintz, Yuval
3
-75
/
+122
[next]