index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
decompress_bunzip2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
net/smc: use local struct sock variables consistently
Ursula Braun
2
-34
/
+37
2018-01-24
cxgb4/cxgb4vf: add support for ndo_set_vf_vlan
Ganesh Goudar
9
-8
/
+116
2018-01-24
selftests/bpf: validate replace of TC filters is working
Jakub Kicinski
1
-5
/
+50
2018-01-24
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
2
-5
/
+25
2018-01-24
netdevsim: don't compile BPF code if syscall not enabled
Jakub Kicinski
2
-1
/
+33
2018-01-24
selftests/bpf: add checks on extack messages for eBPF hw offload tests
Quentin Monnet
1
-26
/
+86
2018-01-24
netdevsim: add extack support for TC eBPF offload
Quentin Monnet
1
-7
/
+28
2018-01-24
net/sched: act_csum: don't use spinlock in the fast path
Davide Caratti
2
-15
/
+59
2018-01-24
net/sched: act_csum: use per-core statistics
Davide Caratti
1
-6
/
+4
2018-01-24
net: link_watch: mark bonding link events urgent
Roopa Prabhu
1
-1
/
+1
2018-01-24
ARM: dts: imx6q-b450v3: Add switch port configuration
Sebastian Reichel
1
-0
/
+52
2018-01-24
ARM: dts: imx6q-b650v3: Add switch port configuration
Sebastian Reichel
1
-0
/
+52
2018-01-24
ARM: dts: imx6q-b850v3: Add switch port configuration
Sebastian Reichel
1
-0
/
+75
2018-01-24
ARM: dts: imx6q-bx50v3: Add internal switch
Sebastian Reichel
1
-0
/
+62
2018-01-24
net: dsa: Support internal phy on 'cpu' port
Sebastian Reichel
4
-32
/
+86
2018-01-23
i40e: Fix channel addition in reset flow
Amritha Nambiar
1
-0
/
+11
2018-01-23
i40evf: ignore link up if not running
Alan Brady
1
-12
/
+23
2018-01-23
i40e: Delete an error message for a failed memory allocation in i40e_init_int...
Markus Elfring
1
-3
/
+2
2018-01-23
i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
Shiraz Saleem
2
-18
/
+20
2018-01-23
i40e: simplify pointer dereferences
Mitch Williams
1
-10
/
+8
2018-01-23
i40e: check for invalid DCB config
Mitch Williams
1
-1
/
+33
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
6
-99
/
+115
2018-01-23
i40e: Fix for blinking activity instead of link LEDs
Michal Kuchta
1
-3
/
+2
2018-01-23
i40evf: Don't schedule reset_task when device is being removed
Avinash Dayanand
2
-1
/
+9
2018-01-23
i40evf: remove flush_scheduled_work call in i40evf_remove
Sudheer Mogilappagari
1
-2
/
+0
2018-01-23
i40e: avoid divide by zero
Mitch Williams
1
-2
/
+7
2018-01-23
i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...
Pawel Jablonski
9
-59
/
+173
2018-01-23
ixgbe: register ipsec offload with the xfrm subsystem
Shannon Nelson
2
-0
/
+23
2018-01-23
ixgbe: ipsec offload stats
Shannon Nelson
4
-1
/
+10
2018-01-23
ixgbe: process the Tx ipsec offload
Shannon Nelson
5
-9
/
+112
2018-01-23
ixgbe: process the Rx ipsec offload
Shannon Nelson
3
-2
/
+115
2018-01-23
ixgbe: restore offloaded SAs after a reset
Shannon Nelson
3
-0
/
+44
2018-01-23
ixgbe: add ipsec offload add and remove SA
Shannon Nelson
3
-1
/
+399
2018-01-23
ixgbe: add ipsec data structures
Shannon Nelson
2
-0
/
+45
2018-01-23
ixgbe: add ipsec engine start and stop routines
Shannon Nelson
1
-0
/
+142
2018-01-23
ixgbe: add ipsec register access routines
Shannon Nelson
5
-0
/
+222
2018-01-23
ixgbe: clean up ipsec defines
Shannon Nelson
1
-13
/
+7
2018-01-23
sctp: reset ret in again path in sctp_for_each_transport
Xin Long
1
-1
/
+2
2018-01-23
bnx2: remove redundant initializations of pointers txr and rxr
Colin Ian King
1
-2
/
+2
2018-01-23
forcedeth: remove duplicate structure member in rx
Zhu Yanjun
1
-6
/
+7
2018-01-23
net: core: Fix kernel-doc for netdev_upper_link()
Florian Fainelli
1
-0
/
+2
2018-01-23
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
Florian Fainelli
1
-1
/
+0
2018-01-23
net: phy: sfp: Fix kernel doc warning
Florian Fainelli
1
-1
/
+1
2018-01-23
net: core: Fix kernel-doc for carrier_* attributes
Florian Fainelli
1
-2
/
+2
2018-01-23
net: aquantia: make symbol hw_atl_boards static
Wei Yongjun
1
-1
/
+1
2018-01-23
net: aquantia: Fix error return code in aq_pci_probe()
Wei Yongjun
1
-1
/
+3
2018-01-23
nfp: fix error return code in nfp_pci_probe()
Wei Yongjun
1
-0
/
+1
2018-01-23
nfp: fix fw dump handling of absolute rtsym size
Carl Heymann
1
-6
/
+10
2018-01-23
nfsd: auth: Fix gid sorting when rootsquash enabled
Ben Hutchings
1
-3
/
+3
2018-01-22
tun: avoid calling xdp_rxq_info_unreg() twice
Cong Wang
1
-2
/
+0
[next]