index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-09
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2
-4
/
+4
2015-04-09
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
4
-10
/
+10
2015-04-09
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
3
-14
/
+14
2015-04-09
vxlan: do not exit on error in vxlan_stop()
WANG Cong
1
-4
/
+1
2015-04-09
tcp: do not rearm rsk_timer on FastOpen requests
Eric Dumazet
1
-4
/
+10
2015-04-08
sfc: Revert SRIOV changes.
David S. Miller
16
-454
/
+207
2015-04-08
netfilter: Fix switch statement warnings with recent gcc.
David Miller
5
-3
/
+17
2015-04-08
selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO
Nicolas Dichtel
1
-0
/
+2
2015-04-08
selinux/nlmsg: add XFRM_MSG_GETSPDINFO
Nicolas Dichtel
1
-0
/
+1
2015-04-08
selinux/nlmsg: add XFRM_MSG_NEWSPDINFO
Nicolas Dichtel
1
-0
/
+1
2015-04-08
selinux/nlmsg: add RTM_GETNSID
Nicolas Dichtel
1
-0
/
+1
2015-04-08
selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSID
Nicolas Dichtel
1
-0
/
+2
2015-04-08
stmmac: Add an optional register interface clock
Andrew Bresticker
3
-3
/
+20
2015-04-08
vxlan: fix a shadow local variable
WANG Cong
1
-1
/
+0
2015-04-08
hv_netvsc: try linearizing big SKBs before dropping them
Vitaly Kuznetsov
1
-5
/
+20
2015-04-08
hv_netvsc: use single existing drop path in netvsc_start_xmit
Vitaly Kuznetsov
1
-8
/
+6
2015-04-08
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
9
-1
/
+87
2015-04-08
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
15
-207
/
+368
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2
-7
/
+7
2015-04-08
s2io: Update driver to use dma_wmb
Alexander Duyck
1
-4
/
+4
2015-04-08
sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb
Alexander Duyck
3
-18
/
+18
2015-04-08
bonding: Remove unnecessary initialization
Mahesh Bandewar
1
-9
/
+0
2015-04-08
bonding: Code re-factoring for admin, oper-key operations
Mahesh Bandewar
1
-16
/
+13
2015-04-08
ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is available
Hannes Frederic Sowa
1
-1
/
+1
2015-04-08
ipv4: ip_tunnel: use net namespace from rtable not socket
Hannes Frederic Sowa
1
-1
/
+2
2015-04-08
netfilter: nf_tables: support optional userdata for set elements
Patrick McHardy
3
-0
/
+43
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
8
-6
/
+315
2015-04-08
netfilter: nf_tables: support different set binding types
Patrick McHardy
3
-3
/
+12
2015-04-08
netfilter: nf_tables: prepare set element accounting for async updates
Patrick McHardy
3
-11
/
+17
2015-04-08
netfilter: nf_tables: fix set selection when timeouts are requested
Patrick McHardy
1
-1
/
+1
2015-04-08
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
Florian Westphal
3
-10
/
+10
2015-04-08
netfilter: bridge: start splitting mask into public/private chunks
Florian Westphal
3
-7
/
+17
2015-04-08
netfilter: bridge: add and use nf_bridge_info_get helper
Florian Westphal
1
-8
/
+16
2015-04-08
netfilter: physdev: use helpers
Florian Westphal
1
-12
/
+22
2015-04-08
netfilter: bridge: add helpers for fetching physin/outdev
Florian Westphal
8
-34
/
+97
2015-04-08
netfilter: bridge: don't use nf_bridge_info data to store mac header
Florian Westphal
2
-30
/
+42
2015-04-08
netfilter: x_tables: don't extract flow keys on early demuxed sks in socket m...
Daniel Borkmann
1
-45
/
+50
2015-04-08
net: remove extra newlines
Sheng Yong
5
-14
/
+0
2015-04-08
hv_netvsc: Fix the packet free when it is in skb headroom
Haiyang Zhang
3
-3
/
+6
2015-04-08
hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE
Haiyang Zhang
2
-12
/
+9
2015-04-08
hv_netvsc: Clean up two unused variables
Haiyang Zhang
3
-4
/
+0
2015-04-08
tcp: RFC7413 option support for Fast Open client
Daniel Lee
6
-15
/
+39
2015-04-08
tcp: RFC7413 option support for Fast Open server
Daniel Lee
5
-23
/
+57
2015-04-07
cxgb4: Move ethtool related code to a separate file
Hariprasad Shenai
5
-1608
/
+1702
2015-04-07
netdevice.h: remove iflink description
Nicolas Dichtel
1
-2
/
+1
2015-04-07
netns: allow to dump netns ids
Nicolas Dichtel
1
-1
/
+48
2015-04-07
netns: notify netns id events
Nicolas Dichtel
2
-8
/
+48
2015-04-07
netns: minor cleanup in rtnl_net_getid()
Nicolas Dichtel
1
-1
/
+1
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
14
-28
/
+48
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
39
-218
/
+277
[next]