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