aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-17udp: cleanupsEric Dumazet1-44/+43
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-13/+67
2009-07-16net: sock_copy() fixesEric Dumazet1-2/+18
2009-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-5/+21
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet1-3/+18
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy1-2/+3
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg4-3/+148
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg1-57/+57
2009-07-15wireless extensions: make netns awareJohannes Berg1-32/+29
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser1-3/+3
2009-07-12net: remove redundant sched/ in net/MakefileChangli Gao1-1/+0
2009-07-12udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2-3/+110
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-15/+3
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala1-3/+5
2009-07-12udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala1-1/+47
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala2-1/+72
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg2-20/+22
2009-07-12genetlink: make netns awareJohannes Berg5-50/+156
2009-07-12net: make namespace iteration possible under RCUJohannes Berg1-3/+11
2009-07-12netlink: use call_rcu for netlink_change_ngroupsJohannes Berg1-4/+30
2009-07-12netlink: remove unused exportsJohannes Berg1-2/+0
2009-07-11sit: fix regression: do not release skb->dst before xmitSascha Hlusiak1-0/+1
2009-07-11net: ip_push_pending_frames() fixEric Dumazet2-2/+0
2009-07-11net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet1-2/+17
2009-07-10cfg80211: disallow configuring unsupported interfacesJohannes Berg1-2/+9
2009-07-10cfg80211: clean up naming once and for allJohannes Berg7-356/+356
2009-07-10cfg80211: fix lockingJohannes Berg12-195/+804
2009-07-10cfg80211: fix MFP bug, sparse warningsJohannes Berg2-6/+6
2009-07-10cfg80211: properly name driver lockingJohannes Berg4-49/+45
2009-07-10cfg80211: warn again on spurious deauthJohannes Berg1-6/+0
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg2-35/+42
2009-07-10cfg80211: fix netdev down problemJohannes Berg2-3/+4
2009-07-10mac80211: refactor the WEP code to be directly usableJohannes Berg2-33/+23
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg7-891/+750
2009-07-10mac80211: remove dead code from mlmeJohannes Berg3-8/+1
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg6-13/+25
2009-07-10rfkill: prep for rfkill API changesJohannes Berg1-2/+8
2009-07-10cfg80211: check for current_bss from giwrateSamuel Ortiz1-2/+5
2009-07-10mac80211: shorten the passive dwell time for sw scansHelmut Schaa1-1/+1
2009-07-10cfg80211: fix giwrangeJohannes Berg1-4/+3
2009-07-10nl80211: limit to one pairwise cipher for associate()Johannes Berg1-4/+6
2009-07-10cfg80211: refuse authenticating to same BSSID twiceJohannes Berg1-7/+15
2009-07-10cfg80211: keep track of BSSesJohannes Berg10-211/+567
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg2-22/+24
2009-07-10cfg80211: reset auth algorithmJohannes Berg1-0/+1
2009-07-10cfg80211: send events for userspace SMEJohannes Berg1-26/+38
2009-07-10mac80211: remove dead code, clean upJohannes Berg5-264/+54