summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'bnx2x'David S. Miller1-2/+6
2013-05-01bnx2x: Prevent memory leak when cnic is absentYuval Mintz1-0/+2
2013-05-01bnx2x: correct reading of speed capabilitiesYaniv Rosner1-2/+4
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann1-1/+1
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann2-9/+9
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman2-8/+8
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-04-30mlx4_en: fix a build error on 32bit archesEric Dumazet1-4/+4
2013-04-30Revert "bnx2x: allow nvram test to run when device is down"Dmitry Kravkov1-10/+9
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger1-1/+8
2013-04-30drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N1-1/+1
2013-04-30sh_eth: use random MAC address if no valid one suppliedSergei Shtylyov1-0/+5
2013-04-303c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead1-0/+2
2013-04-30tg3: fix to append hardware time stamping flagsFlavio Leitner1-1/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-104/+293
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf5-12/+2
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller29-400/+520
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-400/+520
2013-04-29Merge branch 'vxlan_bnx2x_offload'David S. Miller3-3/+8
2013-04-29bnx2x: allow handling tunnel over udp offloadDmitry Kravkov2-2/+7
2013-04-29vxlan: do not set SKB_GSO_UDPDmitry Kravkov1-1/+1
2013-04-29cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2-0/+26
2013-04-29cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya3-3/+76
2013-04-29cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya1-38/+38
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet12-28/+72
2013-04-29tg3: shows HW time stamping support only if ptp_capable is presentFlavio Leitner1-4/+7
2013-04-29net: defer net_secret[] initializationEric Dumazet3-4/+6
2013-04-29be2net: FLR must be first cmd issued to Lancer FWKalesh AP1-11/+11
2013-04-29be2net: Use GET_FUNCTION_CONFIG V1 cmdKalesh AP2-2/+5
2013-04-29Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville9-79/+9
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller29-4639/+3688
2013-04-29sh_eth: add R8A77781 supportSergei Shtylyov2-3/+4
2013-04-29r8169: fix 8168evl frame padding.Stefan Bader1-0/+9
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman2-4/+3
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal2-3/+5
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal2-0/+23
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal3-104/+152
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik6-9/+120
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik4-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik3-4/+86
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301