aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu1-1/+3
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet2-5/+8
2009-10-19bluetooth: static lock key fixDave Young1-3/+6
2009-10-19bluetooth: scheduling while atomic bug fixDave Young1-2/+2
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov1-3/+31
2009-10-19tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov1-2/+2
2009-10-19Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller1-1/+0
2009-10-18AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama1-0/+2
2009-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+4
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet1-30/+43
2009-10-13tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau1-0/+1
2009-10-12mac80211: document ieee80211_rx() context requirementJohannes Berg1-0/+2
2009-10-12mac80211: fix ibss raceJohannes Berg1-1/+1
2009-10-12mac80211: fix logic error ibss merge bssid checkFelix Fietkau1-1/+1
2009-10-11pkt_sched: pedit use proper structjamal1-1/+1
2009-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-6/+16
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-07mac80211: use kfree_skb() to free struct sk_buff pointersRoel Kluin1-2/+2
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg3-3/+12
2009-10-07ipv4: arp_notify address list bugStephen Hemminger1-6/+10
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg1-2/+2
2009-10-04pktgen: restore nanosec delaysEric Dumazet1-1/+1
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet1-1/+1
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-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-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-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2-59/+0