summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2-26/+35
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong1-21/+6
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong1-25/+20
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong3-0/+26
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong1-6/+12
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong1-13/+9
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong1-13/+11
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2-21/+6
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2-2/+5
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com5-6/+37
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com5-22/+50
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com5-68/+187
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com5-51/+80
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com5-13/+39
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com5-31/+52
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com5-32/+54
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com5-49/+80
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong1-1/+1
2013-12-14netconf: add proxy-arp supportstephen hemminger2-12/+30
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings3-24/+41
2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings1-17/+39
2013-12-12sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings1-0/+2
2013-12-12sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings1-0/+1
2013-12-12sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings1-18/+12
2013-12-12sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings1-0/+2
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree5-229/+265
2013-12-12sfc: Add new sensor namesBen Hutchings1-0/+3
2013-12-12sfc: Revise sensor names to be more understandable and consistentEdward Cree1-23/+26
2013-12-12sfc: Report units in sensor warningsEdward Cree1-4/+20
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper9-11/+83
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper5-9/+12
2013-12-12sfc: Tighten the check for RX merged completion eventsBen Hutchings1-4/+9
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper8-2/+152
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-12net: eth: 8390: remove section warning in etherh.cOlof Johansson1-1/+1
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu6-75/+97
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich3-20/+7
2013-12-12macvtap: Add support of packet capture on macvtap device.Vlad Yasevich1-27/+32
2013-12-12filter: doc: improve BPF documentationDaniel Borkmann1-47/+561
2013-12-12filter: bpf_asm: add minimal bpf asm toolDaniel Borkmann4-2/+960
2013-12-12filter: bpf_dbg: add minimal bpf debuggerDaniel Borkmann2-2/+1411
2013-12-12net: eth: cpsw: 64-bit phys_addr_t and sparse cleanupOlof Johansson1-4/+4
2013-12-12net: eth: davinci_cpdma: Mark a local variable staticOlof Johansson1-1/+1
2013-12-12net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanupOlof Johansson1-3/+2
2013-12-118390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead16-302/+426
2013-12-11ipv6: router reachability probingJiri Benc3-6/+26
2013-12-11sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel4-11/+11
2013-12-11vxlan: leave multicast group when vxlan device downGao feng1-6/+21