aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-10/+38
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-0/+1
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet2-8/+8
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-7/+13
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+10
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2-18/+26
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet1-19/+19
2009-10-20net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar1-6/+18
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-0/+6
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-0/+3
2009-10-19pkt_sched: ingress socket filter by markjamal1-0/+3
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+1
2009-10-14net: sk_drops consolidationEric Dumazet1-8/+7
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+3
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+16
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+5
2009-10-07net: Make UFO on master device independent of attached devicesSridhar Samudrala1-1/+1
2009-10-07wext: refactorJohannes Berg1-1/+5
2009-10-07ethtool: Add reset operationBen Hutchings1-0/+23
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+7
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+4
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg1-2/+2
2009-10-05net: export device speed and duplex via sysfsAndy Gospodarek1-0/+40
2009-10-05net: introduce NETDEV_POST_INIT notifierJohannes Berg1-0/+6
2009-10-05pktgen: Avoid dirtying skb->users when txq is fullEric Dumazet1-4/+7
2009-10-05ethtool: Remove support for obsolete string query operationsBen Hutchings1-48/+10
2009-10-04pktgen: restore nanosec delaysEric Dumazet1-1/+1
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet1-1/+1
2009-10-01pktgen: Fix delay handlingEric Dumazet1-2/+4
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet1-3/+3
2009-09-30net: Fix sock_wfree() raceEric Dumazet1-7/+12
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-4/+4
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg1-7/+5
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger1-79/+72
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger1-5/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds12-762/+837
2009-09-11net: force bridge module(s) to be GPLStephen Hemminger1-2/+2
2009-09-11Merge branch 'next' into for-linusJames Morris1-1/+1
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy1-4/+2
2009-09-03net: Remove debugging codeEric Dumazet1-2/+0
2009-09-03net: net/core/dev.c cleanupsEric Dumazet1-297/+292