aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-10/+19
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet1-1/+1
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts3-0/+3
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman1-5/+6
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton1-1/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+4
2009-10-01pktgen: Fix delay handlingEric Dumazet1-2/+4
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds48-119/+127
2009-09-30ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet1-3/+3
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont1-1/+0
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-09-30net: Fix sock_wfree() raceEric Dumazet1-7/+12
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller45-106/+110
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-106/+52
2009-09-29mac80211: Fix [re]association power saving issue on AP sideIgor Perminov1-1/+4
2009-09-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-28/+26
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2-8/+6
2009-09-28wext: Add bound checks for copy_from_userArjan van de Ven1-3/+6
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg1-9/+9
2009-09-28cfg80211: always get BSSJohannes Berg1-3/+2
2009-09-28cfg80211: don't set privacy w/o keyJohannes Berg1-1/+2
2009-09-28cfg80211: wext: don't display BSSID unless associatedJohannes Berg1-4/+1
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven1-1/+6
2009-09-28bridge: Fix double-free in br_add_if.Jeff Hansen1-0/+1
2009-09-28ax25: Add missing dev_put in ax25_setsockoptRalf Baechle1-9/+10
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2-59/+0
2009-09-26net: fix double skb free in dcbnlJohn Fastabend1-8/+7
2009-09-26net: fix nlmsg len size for skb when error bit is set.John Fastabend1-1/+1
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend1-0/+1
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski1-10/+17
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg2-9/+14
2009-09-24tunnel: eliminate recursion fieldEric Dumazet4-35/+1
2009-09-24net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput1-2/+3
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont1-0/+6
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger1-79/+72
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger1-5/+4
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei1-0/+3
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller53-282/+703
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan15-50/+46
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-3/+3
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown1-0/+9
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+2
2009-09-23cfg80211: don't overwrite privacy settingJohannes Berg1-1/+1
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2