summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches32-85/+86
2013-06-13net: make all team port device link events urgentFlavio Leitner1-0/+3
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang2-13/+13
2013-06-13cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings1-1/+0
2013-06-13macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang1-0/+2
2013-06-13macvtap: slient sparse warningsJason Wang2-2/+2
2013-06-13sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman1-1/+1
2013-06-13netlink: make compare exist all the timeGao feng1-2/+2
2013-06-12net: add doc for ip_early_demux sysctlCong Wang1-0/+9
2013-06-12tun: Turn tun_flow_init() into void fnPavel Emelyanov1-7/+2
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov2-0/+5
2013-06-12udp: fix two sparse errorsEric Dumazet1-2/+2
2013-06-12gro: remove a sparse errorEric Dumazet1-1/+1
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller206-3391/+19923
2013-06-12sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov1-9/+20
2013-06-12igmp: fix new sparse errorsEric Dumazet1-4/+4
2013-06-12gianfar: Add backwards compatible Single Queue mode pollingClaudiu Manoil1-2/+49
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings2-2/+3
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen1-1/+0
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko4-18/+18
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2-2/+2
2013-06-12team: remove synchronize_rcu() called during queue override changeJiri Pirko1-16/+47
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K1-2/+4
2013-06-12net: can: Convert to use devm_ioremap_resourceTushar Behera1-2/+2
2013-06-12net: emaclite: Convert to use devm_ioremap_resourceTushar Behera1-2/+4
2013-06-12net: fec: Convert to use devm_ioremap_resourceTushar Behera1-6/+6
2013-06-123c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov1-13/+12
2013-06-12veth: remove redundant call of dev_alloc_nameHong zhi guo1-7/+0
2013-06-12pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann1-25/+27
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann5-85/+108
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer1-4/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet4-3/+77
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2-26/+22
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville206-3391/+19923
2013-06-11cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy9-75/+80
2013-06-11cw1200: Eliminate the ETF debug/engineering code.Solomon Peachy7-349/+2
2013-06-11cw1200: Remove "ITP" debug subsystem.Solomon Peachy8-905/+3
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet13-30/+54
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-11netlink: Add compare function for netlink_tableGao feng3-8/+27
2013-06-11xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing1-12/+8
2013-06-11Merge branch 'bridge_flags'David S. Miller8-18/+44
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich8-16/+32
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich6-4/+14
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang2-15/+1
2013-06-10Merge branch 'll_poll'David S. Miller23-12/+556
2013-06-10ixgbe: add extra stats for ndo_ll_pollEliezer Tamir3-0/+60
2013-06-10ixgbe: add support for ndo_ll_pollEliezer Tamir3-8/+177
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir3-0/+9