aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-24net: remove trailing space in messagesFrans Pop9-11/+11
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-24wimax: remove unneeded variableDan Carpenter2-4/+0
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter1-6/+0
2010-03-23net: Fix locking in flush_backlogTom Herbert1-4/+8
2010-03-22net_sched: make traffic control network namespace awareTom Goff3-80/+107
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller13-76/+271
2010-03-22rps: Fix build with CONFIG_SYSFS enabledTom Herbert1-0/+4
2010-03-21bridge: cleanup: remove unused assignmentDan Carpenter1-2/+0
2010-03-21pktgen node allocationRobert Olsson1-5/+53
2010-03-21net: dev_getfirstbyhwtype() optimizationEric Dumazet1-7/+10
2010-03-21net: snmp mib cleanupEric Dumazet2-3/+3
2010-03-21atm: Use kasprintfEric Dumazet1-9/+1
2010-03-21net: speedup netdev_set_master()Eric Dumazet1-4/+3
2010-03-21tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet2-0/+2
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko1-2/+4
2010-03-21net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy1-0/+1
2010-03-20ipv6: Fix bug in ipv6_chk_same_addr().David S. Miller1-8/+7
2010-03-20ipv6: Reduce timer events for addrconf_verify().YOSHIFUJI Hideaki1-4/+23
2010-03-20IPv6: addrconf cleanup addrconf_verifystephen hemminger1-9/+4
2010-03-20addrconf: checkpatch fixesStephen Hemminger1-173/+179
2010-03-20IPv6: addrconf cleanupsStephen Hemminger1-23/+28
2010-03-20ipv6: convert idev_list to list macrosstephen hemminger2-40/+40
2010-03-20ipv6: user better hash for addrconfstephen hemminger1-17/+8
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger1-41/+44
2010-03-20ipv6: convert addrconf list to hliststephen hemminger1-75/+53
2010-03-20ipv6: convert temporary address list to list macrosstephen hemminger1-18/+12
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-37/+95
2010-03-20netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2-3/+5
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso1-3/+14
2010-03-20NET_DMA: free skbs periodicallySteven J. Magnani1-20/+43
2010-03-19tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte1-0/+3
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2-0/+6
2010-03-19TCP: check min TTL on received ICMP packetsstephen hemminger1-0/+5
2010-03-19ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu1-1/+1
2010-03-19ipv4: check rt_genid in dst_checkTimo Teräs1-4/+10
2010-03-19rename new rfkill sysfs knobsflorian@mickler.org1-27/+8
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet2-5/+7
2010-03-18tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky1-1/+1
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko2-0/+8
2010-03-18bonding: check return value of nofitier when changing typeJiri Pirko1-2/+2
2010-03-18net: rename notifier defines for netdev type changeJiri Pirko2-10/+10
2010-03-18rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert1-0/+24
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko1-5/+5
2010-03-16tipc: Allow retransmission of cloned buffersNeil Horman1-5/+6
2010-03-16tipc: Increase frequency of load distribution over broadcast linkNeil Horman1-21/+14
2010-03-16net: core: add IFLA_STATS64 supportJan Engelhardt1-1/+41
2010-03-16net: tcp: make veno selectable as default congestion moduleJan Engelhardt1-0/+4
2010-03-16net: tcp: make hybla selectable as default congestion moduleJan Engelhardt1-0/+4
2010-03-16net: remove rcu locking from fib_rules_event()Eric Dumazet1-8/+2