aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-16packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4)Neil Horman1-16/+69
2010-11-16ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend1-3/+3
2010-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller9-95/+182
2010-11-15net: Export netif_get_vlan_features().David S. Miller1-0/+1
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet4-7/+8
2010-11-15bridge: fix RCU races with bridge portstephen hemminger8-34/+44
2010-11-15bridge: add proper RCU annotation to should_route_hookEric Dumazet3-8/+9
2010-11-15bridge: add RCU annotation to bridge multicast tableEric Dumazet3-32/+56
2010-11-15net/ipv6/mcast.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller7-343/+337
2010-11-15net: Simplify RX queue allocationTom Herbert2-14/+12
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert1-4/+3
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs2-5/+22
2010-11-15vlan: Fix build warning in vlandev_seq_show()David S. Miller1-1/+0
2010-11-15mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl2-4/+2
2010-11-15mac80211: refactor debugfs function generation codeEliad Peller4-55/+52
2010-11-15mac80211: minstrel_ht - reduce the overhead of rate samplingFelix Fietkau1-6/+10
2010-11-15cfg80211: prefix REG_DBG_PRINT() with cfg80211Luis R. Rodriguez1-16/+15
2010-11-15cfg80211: add debug print when processing a channelLuis R. Rodriguez1-0/+39
2010-11-15cfg80211: add debug print when disabling a channel on a custom regdLuis R. Rodriguez1-0/+5
2010-11-15cfg80211: add debug prints for when we ignore regulatory hintsLuis R. Rodriguez1-3/+39
2010-11-15cfg80211: fix disabling channels based on hintsLuis R. Rodriguez1-1/+19
2010-11-15cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYLuis R. Rodriguez1-0/+1
2010-11-15cfg80211: pass the reg hint initiator to helpersLuis R. Rodriguez1-4/+8
2010-11-15rfkill: remove dead codeStephen Hemminger1-14/+0
2010-11-15net: consolidate 8021q taggingJohn Fastabend3-106/+7
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend1-3/+0
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend1-0/+6
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross1-0/+16
2010-11-15offloading: Support multiple vlan tags in GSO.Jesse Gross1-5/+7
2010-11-15offloading: Make scatter/gather more tolerant of vlans.Jesse Gross1-7/+12
2010-11-15ipv4: Fix build with multicast disabled.David S. Miller1-10/+10
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker5-100/+100
2010-11-15dccp ccid-2: Remove old infrastructureGerrit Renker2-265/+0
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker2-4/+35
2010-11-15dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGerrit Renker1-22/+9
2010-11-15dccp ccid-2: Update code for the Ack Vector input/registration routineGerrit Renker2-0/+154
2010-11-15dccp ccid-2: Algorithm to update buffer stateGerrit Renker4-6/+93
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller30-110/+135
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-115/+146
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-11-12ipv6: Warn users if maximum number of routes is reached.Ben Greear1-1/+5
2010-11-12ipv6: addrconf: don't remove address state on ifdown if the address is being keptLorenzo Colitti1-16/+8
2010-11-12tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller1-5/+3
2010-11-12net: net_families __rcu annotationsEric Dumazet1-5/+6
2010-11-12igmp: RCU conversion of in_dev->mc_listEric Dumazet1-119/+104
2010-11-12x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-3/+9
2010-11-12net: Fix header size check for GSO case in recvmsg (af_packet)Mariusz Kozlowski1-1/+3
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf1-4/+5