index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.modbuiltin
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment
Alexander Duyck
1
-2
/
+1
2014-12-09
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
7
-62
/
+22
2014-12-09
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2
-1
/
+35
2014-12-09
mlx5: Fix error flow in add_keys
Eli Cohen
1
-0
/
+3
2014-12-09
mlx5: Fix sparse warnings
Eli Cohen
1
-1
/
+15
2014-12-09
net/mlx5_core: Add more supported devices
Eli Cohen
1
-1
/
+5
2014-12-09
net/mlx5_core: Clear outbox of dealloc uar
Majd Dibbiny
1
-0
/
+1
2014-12-09
net/mlx5_core: Print resource number on QP/SRQ async events
Eli Cohen
1
-2
/
+2
2014-12-09
net/mlx5_core: Remove unused dev cap enum fields
Eli Cohen
1
-8
/
+0
2014-12-09
net/mlx5_core: Fix command queue size enforcement
Eli Cohen
1
-1
/
+1
2014-12-09
net/mlx5_core: Fix min vectors value in mlx5_enable_msix
Eli Cohen
1
-1
/
+1
2014-12-09
net/mlx5_core: Request the mlx5 IB module on driver load
Eli Cohen
1
-0
/
+7
2014-12-09
r8169:disable rtl8168ep cmac engine
Chun-Hao Lin
1
-8
/
+22
2014-12-09
r8169:prevent enable hardware tx/rx too early
Chun-Hao Lin
1
-3
/
+0
2014-12-09
tipc: convert name table read-write lock to RCU
Ying Xue
4
-59
/
+69
2014-12-09
tipc: remove unnecessary INIT_LIST_HEAD
Ying Xue
2
-3
/
+0
2014-12-09
tipc: simplify relationship between name table lock and node lock
Ying Xue
1
-9
/
+10
2014-12-09
tipc: any name table member must be protected under name table lock
Ying Xue
1
-1
/
+2
2014-12-09
tipc: ensure all name sequences are properly protected with its lock
Ying Xue
1
-21
/
+27
2014-12-09
tipc: ensure all name sequences are released when name table is stopped
Ying Xue
1
-4
/
+3
2014-12-09
tipc: make name table allocated dynamically
Ying Xue
3
-65
/
+55
2014-12-09
tipc: remove size variable from publ_list struct
Ying Xue
1
-12
/
+7
2014-12-09
udp: Neaten and reduce size of compute_score functions
Joe Perches
2
-99
/
+125
2014-12-09
net: bcmgenet: enable driver to work without a device tree
Petri Gynther
4
-33
/
+143
2014-12-09
hyperv: Add support for vNIC hot removal
Haiyang Zhang
4
-0
/
+10
2014-12-09
test: bpf: expand DIV_KX to DIV_MOD_KX
Denis Kirjanov
1
-2
/
+8
2014-12-09
net-timestamp: expand documentation and test
Willem de Bruijn
2
-20
/
+93
2014-12-09
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
4
-6
/
+52
2014-12-09
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
1
-0
/
+2
2014-12-06
samples: bpf: large eBPF program in C
Alexei Starovoitov
3
-0
/
+263
2014-12-06
samples: bpf: trivial eBPF program in C
Alexei Starovoitov
4
-1
/
+89
2014-12-06
samples: bpf: elf_bpf file loader
Alexei Starovoitov
3
-0
/
+267
2014-12-06
samples: bpf: example of stateful socket filtering
Alexei Starovoitov
4
-0
/
+144
2014-12-06
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
18
-2
/
+155
2014-12-06
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
Alexei Starovoitov
2
-2
/
+69
2014-12-06
tun/macvtap: use consume_skb() instead of kfree_skb() when needed
Jason Wang
2
-2
/
+8
2014-12-06
net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev...
Markus Elfring
1
-4
/
+2
2014-12-06
net-ipvlan: Deletion of an unnecessary check before the function call "free_p...
Markus Elfring
1
-2
/
+1
2014-12-06
net: cassini: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-2
/
+1
2014-12-06
stmmac: pci: allocate memory resources dynamically
Andy Shevchenko
1
-24
/
+31
2014-12-05
ixgbevf: fix possible crashes in probe and remove
Emil Tantilov
1
-4
/
+13
2014-12-05
ixgbevf: add support for X550 VFs
Emil Tantilov
5
-5
/
+38
2014-12-05
ixgbe: fix crash on rmmod after probe fail
Emil Tantilov
1
-2
/
+8
2014-12-05
ixgbe: bump version number
Don Skidmore
1
-1
/
+1
2014-12-05
ixgbe: Add X550 support function pointers
Don Skidmore
10
-59
/
+1732
2014-12-05
ixgbe: cleanup checksum to allow error results
Don Skidmore
4
-53
/
+96
2014-12-05
ixgbe: add methods for combined read and write operations
Don Skidmore
3
-0
/
+188
2014-12-05
ixgbe: Add x550 SW/FW semaphore support
Don Skidmore
5
-29
/
+25
2014-12-05
ixgbe: Add timeout parameter to ixgbe_host_interface_command
Don Skidmore
2
-13
/
+37
2014-12-05
ixgbe: add support for X550 extended RSS support
Don Skidmore
5
-25
/
+107
[next]