index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
2014-01-23
2
-2
/
+5
|
*
|
|
|
net/vxlan: Share RX skb de-marking and checksum checks with ovs
Or Gerlitz
2014-01-23
1
-11
/
+10
|
*
|
|
|
tulip: cleanup by using ARRAY_SIZE()
Dan Carpenter
2014-01-23
1
-1
/
+1
|
*
|
|
|
net/cxgb4: Don't retrieve stats during recovery
Gavin Shan
2014-01-23
1
-0
/
+10
|
*
|
|
|
net/cxgb4: Avoid disabling PCI device for towice
Gavin Shan
2014-01-23
2
-7
/
+21
|
*
|
|
|
drivers: net: cpsw: enable promiscuous mode support
Mugunthan V N
2014-01-23
3
-25
/
+98
|
*
|
|
|
team: Don't allow team devices to change network namespaces.
Weilong Chen
2014-01-22
1
-0
/
+4
|
*
|
|
|
bonding: Don't allow bond devices to change network namespaces.
Weilong Chen
2014-01-22
1
-0
/
+3
|
*
|
|
|
bonding: convert netlink to use slave data info api
Jiri Pirko
2014-01-22
3
-4
/
+19
|
*
|
|
|
rtnetlink: put "BOND" into nl attribute names which are related to bonding
Jiri Pirko
2014-01-22
1
-6
/
+6
|
*
|
|
|
bonding: change name of sysfs dir for bonding slaves
Jiri Pirko
2014-01-22
1
-1
/
+1
|
*
|
|
|
tuntap: Fix for a race in accessing numqueues
Dominic Curran
2014-01-22
1
-4
/
+6
|
*
|
|
|
bonding: clean the primary slave if there is no slave matching new primary
dingtianhong
2014-01-22
1
-0
/
+6
|
*
|
|
|
net: vxlan: convert to act as a pernet subsystem
Daniel Borkmann
2014-01-22
1
-22
/
+6
|
*
|
|
|
bonding: convert slaves to use the new option API
Nikolay Aleksandrov
2014-01-22
3
-47
/
+59
|
*
|
|
|
bonding: convert lp_interval to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-22
/
+22
|
*
|
|
|
bonding: convert resend_igmp to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-24
/
+26
|
*
|
|
|
bonding: convert all_slaves_active to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-28
/
+25
|
*
|
|
|
bonding: convert queue_id to use the new option API
Nikolay Aleksandrov
2014-01-22
3
-61
/
+77
|
*
|
|
|
bonding: convert active_slave to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-35
/
+36
|
*
|
|
|
bonding: convert use_carrier to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-23
/
+25
|
*
|
|
|
bonding: convert primary_reselect to use the new option API
Nikolay Aleksandrov
2014-01-22
7
-44
/
+43
|
*
|
|
|
bonding: convert primary to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-22
/
+22
|
*
|
|
|
bonding: convert miimon to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-30
/
+24
|
*
|
|
|
bonding: convert num_peer_notif to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-17
/
+24
|
*
|
|
|
bonding: convert ad_select to use the new option API
Nikolay Aleksandrov
2014-01-22
7
-50
/
+41
|
*
|
|
|
bonding: convert min_links to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-19
/
+18
|
*
|
|
|
bonding: convert lacp_rate to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-51
/
+37
|
*
|
|
|
bonding: convert updelay to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-33
/
+27
|
*
|
|
|
bonding: convert downdelay to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-32
/
+27
|
*
|
|
|
bonding: convert arp_ip_target to use the new option API
Nikolay Aleksandrov
2014-01-22
5
-41
/
+53
|
*
|
|
|
bonding: convert arp_interval to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-35
/
+32
|
*
|
|
|
bonding: convert fail_over_mac to use the new option API
Nikolay Aleksandrov
2014-01-22
7
-50
/
+43
|
*
|
|
|
bonding: convert arp_all_targets to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-41
/
+36
|
*
|
|
|
bonding: convert arp_validate to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-52
/
+45
|
*
|
|
|
bonding: convert xmit_hash_policy to use the new option API
Nikolay Aleksandrov
2014-01-22
7
-46
/
+41
|
*
|
|
|
bonding: convert packets_per_slave to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-32
/
+27
|
*
|
|
|
bonding: convert mode setting to use the new option API
Nikolay Aleksandrov
2014-01-22
6
-62
/
+48
|
*
|
|
|
bonding: add infrastructure for an option API
Nikolay Aleksandrov
2014-01-22
3
-0
/
+373
|
*
|
|
|
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
2014-01-21
5
-21
/
+30
|
*
|
|
|
random32: add prandom_u32_max and convert open coded users
Daniel Borkmann
2014-01-21
1
-7
/
+1
|
*
|
|
|
net/mlx4_core: Remove unnecessary validation for port number
Moni Shoua
2014-01-21
1
-3
/
+0
|
*
|
|
|
be2net: Fix be_vlan_add/rem_vid() routines
Somnath Kotur
2014-01-21
1
-13
/
+8
|
*
|
|
|
bnx2x: Fix VF flr flow
Ariel Elior
2014-01-21
1
-28
/
+33
|
*
|
|
|
net: Add GRO support for vxlan traffic
Or Gerlitz
2014-01-21
1
-7
/
+110
|
*
|
|
|
stmmac: Fix kernel crashes for jumbo frames
Vince Bridgers
2014-01-21
6
-12
/
+32
|
*
|
|
|
bond: make slave_sysfs_ops static
stephen hemminger
2014-01-21
1
-1
/
+1
|
*
|
|
|
net: add vxlan description
Jesse Brandeburg
2014-01-21
1
-0
/
+1
|
*
|
|
|
sfc: Fix transposed ptp_{under, over}size_sync_windows statistics
Ben Hutchings
2014-01-21
1
-2
/
+2
|
*
|
|
|
sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.
Jon Cooper
2014-01-21
2
-8
/
+37
[prev]
[next]