aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-37/+97
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet2-1/+4
2010-10-03sctp: Fix break indentation in sctp_ioctl().David S. Miller1-1/+1
2010-10-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller14-194/+272
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-10-03ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens1-1/+13
2010-10-03ipmr: cleanupsEric Dumazet1-114/+124
2010-10-03ipmr: RCU protection for mfc_cache_arrayEric Dumazet1-40/+47
2010-10-03ipmr: RCU conversion of mroute_skEric Dumazet1-42/+49
2010-10-03ipmr: __pim_rcv() is called under rcu_read_lockEric Dumazet1-6/+4
2010-10-03gre: protocol table can be staticstephen hemminger1-1/+1
2010-10-03Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings1-1/+1
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-10-03net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville14-194/+272
2010-09-30ipv4: rcu conversion in ip_route_output_slowEric Dumazet1-26/+12
2010-09-30ipv4: introduce __ip_dev_find()Eric Dumazet1-13/+19
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet1-4/+10
2010-09-30ipv4: __mkroute_output() speedupEric Dumazet1-18/+15
2010-09-30Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-2/+8
2010-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-4/+0
2010-09-29ip_gre: comments changeEric Dumazet1-4/+4
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-1/+1
2010-09-29arp: remove unnecessary export of arp_broken_opsstephen hemminger1-2/+1
2010-09-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet3-15/+15
2010-09-29ip6tnl: percpu stats accountingEric Dumazet1-16/+77
2010-09-29ipip: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29ip_gre: lockless xmitEric Dumazet1-0/+4
2010-09-29sit: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29sit: fix percpu stats accountingEric Dumazet1-3/+11
2010-09-29ipip: fix percpu stats accountingEric Dumazet1-3/+10
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert2-5/+5
2010-09-28ip_gre: Fix dependencies wrt. ipv6.David S. Miller1-0/+1
2010-09-28net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski1-10/+14
2010-09-28mac80211: Fix WMM driver queue configurationJuuso Oikarinen1-8/+8
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg2-17/+19
2010-09-28mac80211: fix offchannel assumption upon associationLuis R. Rodriguez1-1/+2
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings3-18/+63
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-27fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-27sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-27ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-27ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-27Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2-6/+453