summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet5-96/+158
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet1-22/+17
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet9-27/+22
2010-10-05mac80211: fix channel assumption for association done workLuis R. Rodriguez1-3/+3
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg5-22/+7
2010-10-05nl80211: reduce dumping boilerplateJohannes Berg1-92/+59
2010-10-05nl80211: use generic check for netif_runningJohannes Berg1-69/+28
2010-10-05nl80211: use the new genetlink pre/post_doit hooksJohannes Berg1-1202/+531
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg1-1/+13
2010-10-05mac80211: Add WME information element for IBSSBruno Randolf1-22/+43
2010-10-05mac80211: distinct between max rates and the number of rates the hw can reportHelmut Schaa2-1/+5
2010-10-05mac80211: fix for WDS interfacesBill Jordan4-0/+10
2010-10-05cfg80211: patches to allow setting the WDS peerBill Jordan1-0/+54
2010-10-05mac80211: Add validity check for beacon_crc valueJuuso Oikarinen2-2/+6
2010-10-05mac80211: perform scan cancel in hw reset workStanislaw Gruszka1-9/+10
2010-10-05cfg80211: fix lockingJohannes Berg1-4/+7
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg3-14/+57
2010-10-05nl80211: allow drivers to indicate whether the survey data channel is in useFelix Fietkau1-0/+2
2010-10-05mac80211: fix rx monitor filter refcountersChristian Lamparter3-24/+54
2010-10-05wireless: Use first phyX name available when registering phy devices.Ben Greear1-24/+30
2010-10-05ipv6: make __ipv6_isatap_ifid staticstephen hemminger1-2/+1
2010-10-05fib: fib_rules_cleanup can be staticstephen hemminger1-2/+1
2010-10-05fib: cleanupsEric Dumazet3-182/+206
2010-10-05caif: remove duplicated includeNicolas Kaiser1-1/+0
2010-10-05cls_u32: signedness bugDan Carpenter1-1/+1
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10
2010-10-05net: dynamic ingress_queue allocationEric Dumazet3-26/+62
2010-10-04Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan1-0/+5
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-37/+97
2010-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-19/+27
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/lin...David 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/linvil...John 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