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-11-21
net: phy: micrel: parse of nodes at probe
Johan Hovold
1
-18
/
+21
2014-11-21
net: phy: micrel: add device-type abstraction
Johan Hovold
1
-13
/
+70
2014-11-21
net: phy: add static data field to struct phy_driver
Johan Hovold
1
-0
/
+2
2014-11-21
sky2: use new netdev_rss_key_fill() helper
Ian Morris
1
-9
/
+4
2014-11-21
enic: support skb->xmit_more
Govindarajulu Varadarajan
2
-11
/
+17
2014-11-21
mISDN: Deletion of unnecessary checks before the function call "vfree"
Markus Elfring
1
-4
/
+2
2014-11-20
bonding: Introduce 4 AD link speed to fix agg_bandwidth
Jianhua Xie
1
-1
/
+37
2014-11-20
bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed
Jianhua Xie
1
-32
/
+34
2014-11-19
bury skb_copy_to_page()
Al Viro
1
-23
/
+0
2014-11-19
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
5
-112
/
+77
2014-11-19
{compat_,}verify_iovec(): switch to generic copying of iovecs
Al Viro
3
-89
/
+37
2014-11-19
separate kernel- and userland-side msghdr
Al Viro
5
-23
/
+36
2014-11-19
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
2
-6
/
+16
2014-11-19
netlink: Deletion of an unnecessary check before the function call "__module_...
Markus Elfring
1
-2
/
+1
2014-11-19
net: pktgen: Deletion of an unnecessary check before the function call "proc_...
Markus Elfring
1
-2
/
+1
2014-11-19
usbnet: rtl8150: remove unused variable
Sudip Mukherjee
1
-2
/
+1
2014-11-19
stmmac: review driver when run kernel-doc
Giuseppe CAVALLARO
4
-69
/
+142
2014-11-19
stmmac: document common header file
Giuseppe CAVALLARO
1
-0
/
+8
2014-11-19
stmmac: update driver documentation
Giuseppe CAVALLARO
1
-67
/
+65
2014-11-19
tcp: make connect() mem charging friendly
Eric Dumazet
1
-40
/
+28
2014-11-19
tun: return NET_XMIT_DROP for dropped packets
Jason Wang
1
-1
/
+1
2014-11-18
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
4
-21
/
+42
2014-11-18
dev_ioctl: use sizeof(x) instead of sizeof x
Fabian Frederick
1
-3
/
+6
2014-11-18
net/core: include linux/types.h instead of asm/types.h
Fabian Frederick
1
-1
/
+1
2014-11-18
net: fix spelling for synchronized
Fabian Frederick
1
-2
/
+2
2014-11-18
dccp: spelling s/reseting/resetting
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: replace min/casting by min_t
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: remove blank lines between function/EXPORT_SYMBOL
Fabian Frederick
1
-6
/
+0
2014-11-18
dccp: kerneldoc warning fixes
Fabian Frederick
1
-2
/
+2
2014-11-18
net: fec: remove unused return value from swap_buffer()
Lothar Waßmann
1
-3
/
+1
2014-11-18
net: fec: simplify loop counter handling in swap_buffer()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: use swab32s() instead of cpu_to_be32()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: improve access to quirk flags by copying them into fec_enet_private...
Lothar Waßmann
2
-68
/
+39
2014-11-18
net: fec: change type of 'bufdesc_ex' to bool
Lothar Waßmann
2
-4
/
+2
2014-11-18
net: fec: properly parenthesize macro args
Lothar Waßmann
1
-15
/
+16
2014-11-18
net: fec: consistently use lower case chars as hex digits
Lothar Waßmann
1
-44
/
+44
2014-11-18
net: fec: indentation cleanup
Lothar Waßmann
1
-54
/
+54
2014-11-18
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
2
-54
/
+16
2014-11-18
bpf: allow eBPF programs to use maps
Alexei Starovoitov
4
-1
/
+98
2014-11-18
bpf: add a testsuite for eBPF maps
Alexei Starovoitov
4
-3
/
+296
2014-11-18
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
1
-1
/
+1
2014-11-18
bpf: add array type of eBPF maps
Alexei Starovoitov
3
-1
/
+153
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
3
-1
/
+364
2014-11-18
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
3
-4
/
+10
2014-11-18
PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X
Denis Kirjanov
1
-19
/
+8
2014-11-18
i40e: Set XPS bit mask to zero in DCB mode
Neerav Parikh
1
-7
/
+31
2014-11-18
i40e: Prevent link flow control settings when PFC is enabled
Neerav Parikh
1
-2
/
+12
2014-11-18
i40e: Do not disable/enable FCoE VSI with DCB reconfig
Neerav Parikh
1
-1
/
+11
2014-11-18
i40e: Modify Tx disable wait flow in case of DCB reconfiguration
Neerav Parikh
2
-0
/
+61
2014-11-18
i40e: Update VEB's enabled_tc after reconfiguration
Neerav Parikh
1
-0
/
+1
[next]