summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-05-27dccp: Fix to handle short sequence numbers packet correctlyWei Yongjun1-2/+2
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy3-14/+3
2008-05-21net: The world is not perfect patch.Rami Rosen3-362/+3
2008-05-21xfrm_user: Remove zero length key checks.David S. Miller1-11/+0
2008-05-21net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-21tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-21af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-5/+11
2008-05-20mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-20pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-20mac80211: don't claim iwspy supportJohannes Berg1-1/+0
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy3-0/+37
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-19ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2-25/+52
2008-05-19ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki1-1/+3
2008-05-19ipv6 addrconf: Fix route lifetime setting in corner case.YOSHIFUJI Hideaki1-1/+1
2008-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-10/+41
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2-5/+5
2008-05-16mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-1/+36
2008-05-16mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar1-9/+5
2008-05-14net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds10-95/+524
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-149p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-149p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-149p: fix flags length in netSteven Rostedt2-3/+3
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45
2008-05-149p: Documentation updatesEric Van Hensbergen7-46/+441
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds31-83/+171
2008-05-14net: Fix typo in net/core/sock.c.Rami Rosen1-1/+1
2008-05-13netfilter: xt_iprange: module aliases for xt_iprangePhil Oester1-0/+2
2008-05-13netfilter: ctnetlink: dump conntrack ID in event messagesEric Leblond1-0/+3
2008-05-13irda: Fix a misalign access issue. (v2)Graf Yang3-7/+10
2008-05-13sctp: Fix use of uninitialized pointerPatrick McHardy1-3/+3
2008-05-13cipso: Relax too much careful cipso hash function.Pavel Emelyanov1-2/+2
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-12mac80211: Use skb_header_cloned() on TX path.David S. Miller1-2/+2
2008-05-12mac80211: assign needed_headroom/tailroom for netdevsJohannes Berg1-0/+9
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg12-29/+25
2008-05-12mac80211: add missing newlines in printk()Pavel Roskin2-4/+5
2008-05-12mac80211: fix association with some APsHelmut Schaa1-14/+50
2008-05-12Fix potential scheduling while atomic in mesh_path_add.Pavel Emelyanov1-1/+2
2008-05-12Fix not checked kmalloc() result.Pavel Emelyanov1-1/+7
2008-05-12Fix GFP_KERNEL allocation under read lock.Pavel Emelyanov1-3/+3