aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+7
2010-11-17net: use the macros defined for the members of flowiChangli Gao31-309/+166
2010-11-17ipv6: AF_INET6 link address familyThomas Graf1-33/+89
2010-11-17ipv4: AF_INET link address familyThomas Graf1-0/+75
2010-11-17rtnetlink: Link address family APIThomas Graf1-2/+145
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris1-1/+4
2010-11-17netfilter: allow hooks to pass error code back up the stackEric Paris1-2/+4
2010-11-17net/atm: Remove unnecessary casts of netdev_privJoe Perches2-3/+2
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet2-4/+4
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet1-38/+2
2010-11-16vlan: lockless transmit pathEric Dumazet5-57/+50
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