aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-108/+139
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik4-49/+60
2009-11-05net: Fix build warning in sock_bindtodevice().David S. Miller1-3/+2
2009-11-05pktgen: tx_bytes might be slightly wrongEric Dumazet1-2/+3
2009-11-05net: sock_bindtodevice() RCU-ificationEric Dumazet1-4/+6
2009-11-05ip_frag: dont touch device refcountEric Dumazet2-10/+10
2009-11-05net_cls: Use __dev_get_by_index()Eric Dumazet1-2/+2
2009-11-05sctp: ipv6: avoid touching device refcountEric Dumazet1-8/+11
2009-11-05netlabel: remove dev_put() callsEric Dumazet1-4/+2
2009-11-05bridge: remove dev_put() in add_del_if()Eric Dumazet1-2/+2
2009-11-05net: check kern before calling security subsystemEric Paris3-3/+3
2009-11-05net: pass kern to net_proto_family create functionEric Paris34-40/+75
2009-11-05net: drop capability from protocol definitionsEric Paris14-23/+2
2009-11-05rose: device refcount leakEric Dumazet1-10/+6
2009-11-05bridge: prevent bridging wrong deviceStephen Hemminger1-1/+5
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef1-2/+0
2009-11-04tcp: Do not call IPv4 specific func in tcp_check_reqGilad Ben-Yossef1-6/+3
2009-11-04net: net/ipv4/devinet.c cleanupsEric Dumazet1-28/+33
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet10-77/+66
2009-11-04em_meta: avoid one dev_put()Eric Dumazet1-6/+6
2009-11-04Phonet: remove tautologiesRĂ©mi Denis-Courmont1-4/+2
2009-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-15/+25
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-11-02cfg80211: fix NULL ptr derefJohannes Berg1-2/+5
2009-11-02ipv6: no more dev_put() in datagram_send_ctl()Eric Dumazet1-5/+9
2009-11-02ipv6: no more dev_put() in inet6_bind()Eric Dumazet1-8/+9
2009-11-02ip6tnl: less dev_put() callsEric Dumazet1-6/+5
2009-11-02packet: less dev_put() callsEric Dumazet1-10/+12
2009-11-01net: RCU locking for simple ioctl()Eric Dumazet1-4/+4
2009-11-01icmp: icmp_send() can avoid a dev_put()Eric Dumazet1-4/+5
2009-11-01ipv4: inetdev_by_index() switch to RCUEric Dumazet1-3/+4
2009-11-01veth: Fix unregister_netdevice_queue for vethEric W. Biederman1-1/+2
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet1-9/+40
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover6-12/+52
2009-10-30RDS: Do not send congestion updates to loopback connectionsAndy Grover1-0/+2
2009-10-30RDS: Fix panic on unloadAndy Grover2-8/+2
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2-6/+8
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptAndy Grover3-0/+28
2009-10-30mac80211: fix reason code output endiannessJohannes Berg1-1/+1
2009-10-30mac80211: fix addba timerJohannes Berg1-7/+12
2009-10-30mac80211: fix BSS leakJohannes Berg1-2/+4
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman1-1/+4
2009-10-30gre: Fix dev_addr clobbering for gretapHerbert Xu1-12/+16
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet4-12/+16
2009-10-30net: use hlist_for_each_entry()Eric Dumazet1-8/+8
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin1-4/+3
2009-10-29net: Fix RPF to work with policy routingjamal2-5/+8