summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-15ixgbe: added netdev_ops file to debugfsCatherine Sullivan1-2/+105
2012-09-15ixgbe: add debugfs supportCatherine Sullivan4-2/+106
2012-09-15ixgbe: fix reporting of spoofed packetsEmil Tantilov1-1/+1
2012-09-15ixgbe: Fix VF rate limiting to correctly account for more queues per VFAlexander Duyck1-41/+59
2012-09-15ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2-4/+10
2012-09-15e1000: add byte queue limitsOtto Estuardo Solares Cabrera1-0/+10
2012-09-13drivers/isdn/gigaset/common.c: Remove useless kfreePeter Senna Tschudin1-1/+0
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing2-6/+6
2012-09-13ipv6: route templates can be constEric Dumazet1-3/+3
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-13scsi_netlink: Remove dead and buggy codeEric W. Biederman2-564/+15
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-09-13bnx2x: Utilize Link Flap AvoidanceYuval Mintz6-26/+51
2012-09-13bnx2x: Link Flap AvoidanceYaniv Rosner3-48/+437
2012-09-13bnx2x: link code refactoringYaniv Rosner2-79/+114
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-9/+4
2012-09-12netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_natPablo Neira Ayuso1-3/+0
2012-09-10x86 bpf_jit: support MOD operationEric Dumazet1-0/+25
2012-09-10bnx2x: use native EEE instead of auto-greeenYuval Mintz3-46/+73
2012-09-10bnx2x: correct & clean 10G EEE requirementsYuval Mintz3-6/+5
2012-09-10bnx2x: EEE code refactoringYuval Mintz1-192/+258
2012-09-10bnx2x: add EEE support for 4-port devicesYuval Mintz1-2/+0
2012-09-10bnx2x: EEE status is read locallyYuval Mintz3-7/+36
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10etherdevice: introduce help function eth_zero_addr()Duan Jiong1-0/+11
2012-09-10cnic: Allocate UIO resources only on devices that support iSCSI.Michael Chan2-3/+6
2012-09-10cnic: Allocate kcq resource only on devices that support FCoE.Michael Chan2-4/+7
2012-09-10cnic: Add function pointers to arm IRQ for different devices.Michael Chan2-4/+23
2012-09-10cnic: Free UIO rings when the device is closed.Michael Chan1-0/+7
2012-09-10cnic: Add functions to allocate and free UIO ringsMichael Chan1-19/+40
2012-09-10filter: add MOD operationEric Dumazet2-0/+19
2012-09-10xfrm: Report user triggered expirations against the users socketEric W. Biederman1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman75-728/+728
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso20-37/+31
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso6-25/+21
2012-09-07netdev/phy: mdio-mux-mmioreg.c should include of_address.hTimur Tabi1-0/+1
2012-09-07net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07net: qmi_wwan: use a single bind function for all device typesBjørn Mork1-29/+16
2012-09-07net: qmi_wwan: increase max QMI message size to 4096Bjørn Mork1-1/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel7-35/+22
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman4-12/+33
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07drivers/net/usb/sierra_net.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4