aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun1-2/+2
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-17ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer1-1/+1
2013-06-17staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-2/+2
2013-06-17pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata1-1/+1
2013-06-17mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-17net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata1-1/+1
2013-06-17net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann9-73/+57
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann7-9/+7
2013-06-17fec: Add support to restart autonegotiateChris Healy1-0/+12
2013-06-17bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico1-35/+5
2013-06-17net: cpsw: check for cpts pointer after its allocationSebastian Siewior1-1/+1
2013-06-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into wirelessDavid S. Miller18-52/+142
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-9/+22
2013-06-17alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-06-17tg3: Prevent system hang during repeated EEH errors.Michael Chan1-2/+9
2013-06-17Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang1-1/+3
2013-06-17vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-17vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-17vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-06-17Merge branch 'tipc'David S. Miller26-877/+1158
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue2-22/+4
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-17tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker15-66/+54
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue3-7/+7
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue3-5/+5
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue5-42/+17
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue3-385/+3
2013-06-17tipc: convert configuration server to use new server facilityYing Xue3-60/+49
2013-06-17tipc: convert topology server to use new server facilityYing Xue4-247/+104
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue5-10/+789
2013-06-17tipc: allow implicit connect for stream socketsErik Hugne1-4/+2
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue7-12/+112
2013-06-17tipc: update code comments to reflect new uapi header pathYing Xue2-2/+2
2013-06-17net: add socket option for low latency pollingEliezer Tamir19-7/+58
2013-06-17net: remove NET_LL_RX_POLL config menueEliezer Tamir1-9/+2
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir2-17/+17
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir3-5/+6
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville18-52/+142
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro4-4/+4
2013-06-15Linux 3.10-rc6Linus Torvalds1-1/+1
2013-06-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds13-29/+96
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-81/+147
2013-06-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds5-5/+15