index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-merge.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-03
samples, bpf: Refactor test_current_task_under_cgroup - separate out helpers
Sargun Dhillon
4
-85
/
+218
2016-12-03
samples/bpf: silence compiler warnings
Alexei Starovoitov
1
-0
/
+2
2016-12-03
netns: fix net_generic() "id - 1" bloat
Alexey Dobriyan
2
-15
/
+21
2016-12-03
netns: add dummy struct inside "struct net_generic"
Alexey Dobriyan
2
-6
/
+8
2016-12-03
netns: publish net_generic correctly
Alexey Dobriyan
1
-5
/
+5
2016-12-03
netlink: 2-clause nla_ok()
Alexey Dobriyan
1
-2
/
+1
2016-12-03
staging: wilc1000: use reset to set mac header
Zhang Shengju
1
-2
/
+2
2016-12-03
iwlwifi: use reset to set transport header
Zhang Shengju
1
-1
/
+1
2016-12-03
mlx4: use reset to set mac header
Zhang Shengju
1
-1
/
+1
2016-12-03
bnx2x: use reset to set network header
Zhang Shengju
1
-1
/
+1
2016-12-03
qede: use reset to set network header
Zhang Shengju
1
-1
/
+1
2016-12-03
drivers: net: xgene: ethtool: Add get/set_pauseparam
Iyappan Subramanian
1
-0
/
+70
2016-12-03
drivers: net: xgene: Add flow control initialization
Iyappan Subramanian
5
-1
/
+131
2016-12-03
drivers: net: xgene: Add flow control configuration
Iyappan Subramanian
6
-16
/
+176
2016-12-03
drivers: net: xgene: fix: RSS for non-TCP/UDP
Iyappan Subramanian
2
-2
/
+89
2016-12-03
drivers: net: xgene: Add change_mtu function
Iyappan Subramanian
5
-0
/
+40
2016-12-03
drivers: net: xgene: Add support for Jumbo frame
Iyappan Subramanian
6
-25
/
+311
2016-12-03
drivers: net: xgene: Configure classifier with pagepool
Iyappan Subramanian
8
-14
/
+47
2016-12-03
drivers: net: xgene: Add helper function
Iyappan Subramanian
5
-40
/
+31
2016-12-03
net: ethernet: ti: davinci_cpdma: add missing EXPORTs
Paul Gortmaker
1
-0
/
+4
2016-12-03
net: stmmac: unify mdio functions
LABBE Corentin
5
-98
/
+48
2016-12-03
net: stmmac: avoid Camelcase naming
LABBE Corentin
1
-3
/
+3
2016-12-03
irda: w83977af_ir: fix damaged whitespace
Arnd Bergmann
1
-202
/
+202
2016-12-03
stmmac: cleanup documenation, make it match reality
Pavel Machek
1
-24
/
+23
2016-12-02
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
1
-2
/
+2
2016-12-02
geneve: avoid use-after-free of skb->data
Sabrina Dubroca
1
-10
/
+4
2016-12-02
tipc: check minimum bearer MTU
Michal Kubeček
3
-2
/
+27
2016-12-02
net: renesas: ravb: unintialized return value
Dan Carpenter
1
-2
/
+0
2016-12-02
sh_eth: remove unchecked interrupts for RZ/A1
Chris Brandt
1
-1
/
+1
2016-12-02
net: bcmgenet: Utilize correct struct device for all DMA operations
Florian Fainelli
1
-3
/
+5
2016-12-02
ARM64: dts: marvell: Add network support for Armada 3700
Gregory CLEMENT
2
-0
/
+46
2016-12-02
net: mvneta: Add network support for Armada 3700 SoC
Marcin Wojtas
3
-87
/
+214
2016-12-02
net: mvneta: Only disable mvneta_bm for 64-bits
Gregory CLEMENT
1
-1
/
+2
2016-12-02
net: mvneta: Convert to be 64 bits compatible
Marcin Wojtas
1
-1
/
+16
2016-12-02
net: mvneta: Use cacheable memory to store the rx buffer virtual address
Gregory CLEMENT
1
-10
/
+24
2016-12-02
net: mvneta: Do not allocate buffer in rxq init with HWBM
Gregory CLEMENT
1
-2
/
+2
2016-12-02
net: mvneta: Optimize rx path for small frame
Gregory CLEMENT
1
-1
/
+1
2016-12-02
Fix up a couple of field names in the CREDITS file
Linus Torvalds
1
-4
/
+4
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
NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040
Daniele Palmas
1
-0
/
+1
2016-12-02
cdc_ether: Fix handling connection notification
Kristian Evensen
1
-7
/
+31
2016-12-02
ip6_offload: check segs for NULL in ipv6_gso_segment.
Artem Savkov
1
-1
/
+1
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
RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net
Sowmini Varadhan
1
-0
/
+2
[next]