index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs_struct.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-12
igmp: hash a hash table to speedup ip_check_mc_rcu()
Eric Dumazet
4
-3
/
+77
2013-06-12
net_sched: htb: do not setup default rate estimators
Eric Dumazet
1
-6
/
+12
2013-06-12
net_sched: psched_ratecfg_precompute() improvements
Eric Dumazet
2
-26
/
+22
2013-06-11
net_sched: add 64bit rate estimators
Eric Dumazet
13
-30
/
+54
2013-06-11
net: pass correct parameter to skb_headers_offset_update()
Peter Pan(潘卫平)
1
-13
/
+2
2013-06-11
netlink: Add compare function for netlink_table
Gao feng
3
-8
/
+27
2013-06-11
xen-netfront: use skb_partial_csum_set() to simplify the codes
Li RongQing
1
-12
/
+8
2013-06-11
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
8
-16
/
+32
2013-06-11
bridge: Add flag to control mac learning.
Vlad Yasevich
6
-4
/
+14
2013-06-11
net: remove last caller of skb_tail_offset() and itself
Cong Wang
2
-15
/
+1
2013-06-11
ixgbe: add extra stats for ndo_ll_poll
Eliezer Tamir
3
-0
/
+60
2013-06-11
ixgbe: add support for ndo_ll_poll
Eliezer Tamir
3
-8
/
+177
2013-06-11
tcp: add low latency socket poll support.
Eliezer Tamir
3
-0
/
+9
2013-06-11
udp: add low latency socket poll support
Eliezer Tamir
3
-2
/
+14
2013-06-11
net: add low latency socket poll
Eliezer Tamir
12
-2
/
+208
2013-06-11
net: add napi_id and hash
Eliezer Tamir
2
-0
/
+88
2013-06-10
bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch
Maxime Bizon
7
-30
/
+1177
2013-06-10
bcm63xx_enet: split DMA channel register accesses
Maxime Bizon
3
-61
/
+105
2013-06-10
bcm63xx_enet: implement reset autoneg ethtool callback
Maxime Bizon
1
-0
/
+15
2013-06-08
macvtap: enable multiqueue flag
Jason Wang
1
-5
/
+2
2013-06-08
macvtap: add TUNSETQUEUE ioctl
Jason Wang
2
-19
/
+120
2013-06-08
macvtap: eliminate linear search
Jason Wang
1
-44
/
+20
2013-06-08
macvlan: change the max number of queues to 16
Jason Wang
1
-1
/
+1
2013-06-08
macvtap: introduce macvtap_get_vlan()
Jason Wang
1
-7
/
+20
2013-06-08
macvlan: switch to use IS_ENABLED()
Jason Wang
1
-1
/
+1
2013-06-08
macvtap: do not add self to waitqueue if doing a nonblock read
Jason Wang
1
-2
/
+5
2013-06-08
macvtap: fix a possible race between queue selection and changing queues
Jason Wang
1
-1
/
+1
2013-06-08
sh_eth: Fix warnings on 64-bit.
David S. Miller
1
-1
/
+1
2013-06-08
sh_eth: remove dependencies from Kconfig
Sergei Shtylyov
1
-6
/
+0
2013-06-08
sh_eth: get R8A777x support out of #ifdef
Sergei Shtylyov
3
-11
/
+7
2013-06-08
sh_eth: get SH7724 support out of #ifdef
Sergei Shtylyov
4
-10
/
+10
2013-06-08
sh_eth: get SH7757 support out of #ifdef
Sergei Shtylyov
2
-24
/
+12
2013-06-08
sh_eth: get SH77{34|63} support out of #ifdef
Sergei Shtylyov
4
-34
/
+39
2013-06-08
sh_eth: get R8A7740 support out of #ifdef
Sergei Shtylyov
3
-11
/
+9
2013-06-08
sh_eth: get SH7619 support out of #ifdef
Sergei Shtylyov
2
-5
/
+5
2013-06-08
sh_eth: get SH771x support out of #ifdef
Sergei Shtylyov
2
-7
/
+8
2013-06-08
sh_eth: create initial ID table
Sergei Shtylyov
1
-0
/
+10
2013-06-08
doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
Rami Rosen
1
-1
/
+1
2013-06-08
netlink: allow large data transfers from user-space
Pablo Neira Ayuso
1
-2
/
+35
2013-06-08
bonding: disallow change of MAC if fail_over_mac enabled
Jay Vosburgh
1
-4
/
+3
2013-06-08
bonding: Convert hw addr handling to sync/unsync, support ucast addresses
Jay Vosburgh
2
-126
/
+43
2013-06-07
fec: Only pass pdev in fec_ptp_init()
Fabio Estevam
3
-3
/
+4
2013-06-07
net: tcp: move GRO/GSO functions to tcp_offload
Daniel Borkmann
6
-322
/
+341
2013-06-07
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
Daniel Borkmann
1
-2
/
+2
2013-06-07
net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG
Daniel Borkmann
1
-2
/
+0
2013-06-07
doc: packet: simplify tpacket example code
Daniel Borkmann
1
-105
/
+28
2013-06-07
net/macb: change RX path for GEM
Nicolas Ferre
2
-49
/
+272
2013-06-07
net/macb: increase RX buffer size for GEM
Nicolas Ferre
2
-8
/
+38
2013-06-07
sh_eth: enclose PM code into #ifdef CONFIG_PM
Nobuhiro Iwamatsu
1
-2
/
+7
2013-06-07
sh_eth: consolidate sh_eth_reset()
Nobuhiro Iwamatsu
1
-125
/
+51
[next]