aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-06-15powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt1-1/+1
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras2-1/+11
2013-06-15powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2-3/+3
2013-06-15snd_pcm_link(): fix a leak...Al Viro1-2/+2
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro1-2/+2
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov1-1/+1
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10
2013-06-14net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann1-4/+3
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann1-4/+2
2013-06-14net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann1-4/+4
2013-06-14net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2-4/+13