index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcm63xx_enet: fix return value check in bcm_enet_shared_probe()
Wei Yongjun
2013-06-19
1
-2
/
+2
*
staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
2013-06-18
1
-2
/
+2
*
pxa168_eth: convert skb->end into skb_end_pointer(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
net: sctp: remove SCTP_STATIC macro
Daniel Borkmann
2013-06-18
9
-73
/
+57
*
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
2013-06-18
7
-9
/
+7
*
fec: Add support to restart autonegotiate
Chris Healy
2013-06-18
1
-0
/
+12
*
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
2013-06-18
1
-35
/
+5
*
tg3: Prevent system hang during repeated EEH errors.
Michael Chan
2013-06-18
1
-2
/
+9
*
Merge branch 'tipc'
David S. Miller
2013-06-18
26
-877
/
+1158
|
\
|
*
tipc: remove dev_base_lock use from enable_bearer
Ying Xue
2013-06-18
2
-22
/
+4
|
*
tipc: fix wrong return value for link_send_sections_long routine
Ying Xue
2013-06-18
1
-2
/
+6
|
*
tipc: make tipc_link_send_sections_fast exit earlier
Ying Xue
2013-06-18
1
-4
/
+3
|
*
tipc: enhance priority of link protocol packet
Ying Xue
2013-06-18
1
-0
/
+3
|
*
tipc: cosmetic realignment of function arguments
Paul Gortmaker
2013-06-18
15
-66
/
+54
|
*
tipc: save sock structure pointer instead of void pointer to tipc_port
Ying Xue
2013-06-18
3
-7
/
+7
|
*
tipc: convert config_lock from spinlock to mutex
Ying Xue
2013-06-18
1
-14
/
+3
|
*
tipc: rename tipc_createport_raw to tipc_createport
Ying Xue
2013-06-18
3
-5
/
+5
|
*
tipc: remove user_port instance from tipc_port structure
Ying Xue
2013-06-18
5
-42
/
+17
|
*
tipc: delete code orphaned by new server infrastructure
Ying Xue
2013-06-18
3
-385
/
+3
|
*
tipc: convert configuration server to use new server facility
Ying Xue
2013-06-18
3
-60
/
+49
|
*
tipc: convert topology server to use new server facility
Ying Xue
2013-06-18
4
-247
/
+104
|
*
tipc: introduce new TIPC server infrastructure
Ying Xue
2013-06-18
5
-10
/
+789
|
*
tipc: allow implicit connect for stream sockets
Erik Hugne
2013-06-18
1
-4
/
+2
|
*
tipc: change socket buffer overflow control to respect sk_rcvbuf
Ying Xue
2013-06-18
7
-12
/
+112
|
*
tipc: update code comments to reflect new uapi header path
Ying Xue
2013-06-18
2
-2
/
+2
|
/
*
net: add socket option for low latency polling
Eliezer Tamir
2013-06-18
19
-7
/
+58
*
net: remove NET_LL_RX_POLL config menue
Eliezer Tamir
2013-06-18
1
-9
/
+2
*
net: convert low latency sockets to sched_clock()
Eliezer Tamir
2013-06-18
2
-17
/
+17
*
net: change sysctl_net_ll_poll into an unsigned int
Eliezer Tamir
2013-06-18
3
-5
/
+6
*
net: sctp: sctp_association_init: put refs in reverse order
Daniel Borkmann
2013-06-15
1
-4
/
+3
*
net: sctp: minor: remove variable in sctp_init_sock
Daniel Borkmann
2013-06-15
1
-4
/
+2
*
net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first
Daniel Borkmann
2013-06-15
1
-4
/
+4
*
net: sctp: sideeffect: throw BUG if primary_path is NULL
Daniel Borkmann
2013-06-15
2
-4
/
+13
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2013-06-15
10
-37
/
+51
|
\
|
*
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
Pravin B Shelar
2013-06-15
3
-18
/
+13
|
*
openvswitch: make skb->csum consistent with rest of networking stack.
Pravin B Shelar
2013-06-15
5
-0
/
+17
|
*
openvswitch: Fix struct comment.
Pravin B Shelar
2013-06-15
1
-1
/
+0
|
*
openvswitch: Fix misspellings in comments and docs.
Andy Hill
2013-06-15
1
-1
/
+1
|
*
openvswitch: fix variable names in comment
Lorand Jakab
2013-06-15
1
-2
/
+2
|
*
openvswitch: Unify vport error stats handling.
Pravin B Shelar
2013-06-15
3
-6
/
+11
|
*
openvswitch: Remove unused get_config vport op.
Jesse Gross
2013-06-15
2
-4
/
+0
|
*
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
Jesse Gross
2013-06-15
1
-5
/
+7
*
|
net/mlx4: Add VF link state support
Rony Efraim
2013-06-14
6
-3
/
+73
*
|
net/core: Add VF link state control
Rony Efraim
2013-06-14
4
-2
/
+37
*
|
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
Florian Fainelli
2013-06-14
6
-91
/
+329
*
|
htb: reorder struct htb_class fields for performance
Eric Dumazet
2013-06-14
1
-29
/
+33
*
|
net-rps: fixes for rps flow limit
Willem de Bruijn
2013-06-14
2
-5
/
+18
[next]