aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-16E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-16bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-16atl1c: misplaced parenthesisroel kluin1-1/+1
2009-07-16atl1c: add missing parenthesesroel kluin1-4/+4
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2-4/+24
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy1-2/+3
2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg1-1/+0
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 Berg8-7/+160
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg1-57/+57
2009-07-15wireless extensions: make netns awareJohannes Berg2-32/+32
2009-07-14Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines."David S. Miller5-68/+44
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2-5/+7
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser1-3/+3
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-07-12NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle5-44/+68
2009-07-12drivers/net/bonding: Adjust constant nameJulia Lawall1-1/+2
2009-07-12dropmon: remove duplicated #includeHuang Weiyi1-1/+0
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 Samudrala2-15/+15
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 Samudrala3-1/+75
2009-07-12netdev: restore MTU change operationBen Hutchings11-0/+11
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings10-2/+16
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg3-20/+24
2009-07-12genetlink: make netns awareJohannes Berg9-63/+223
2009-07-12net: make namespace iteration possible under RCUJohannes Berg2-3/+14
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-10hwsim: make testmode_cmd staticJohannes Berg1-1/+2
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 Berg13-200/+823
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 Berg3-51/+56
2009-07-10cfg80211: dont use union for wextJohannes Berg1-4/+2
2009-07-10cfg80211: fix netdev down problemJohannes Berg2-3/+4
2009-07-10mac80211: refactor the WEP code to be directly usableJohannes Berg2-33/+23