aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich3-35/+30
2009-03-24ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich1-3/+11
2009-03-24ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich1-1/+4
2009-03-24ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich1-0/+7
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+2
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-1/+1
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2-3/+4
2009-03-24netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso1-6/+32
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-24netfilter: trivial Kconfig spelling fixesJan Engelhardt1-2/+2
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller58-756/+1555
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet1-2/+3
2009-03-23udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh1-1/+5
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+11
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-17/+49
2009-03-23netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver1-1/+2
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso3-0/+9
2009-03-23netfilter: sysctl support of logger choiceEric Leblond1-1/+84
2009-03-22tcp: Discard segments that ack data not yet sentJohn Dykstra1-10/+17
2009-03-21netdev: expose net_device_ops compat as config optionStephen Hemminger1-3/+0
2009-03-21irlan: convert to net_device_opsStephen Hemminger1-6/+13
2009-03-21irda: net_device_ops ioctl fixStephen Hemminger1-2/+3
2009-03-21atm: convert clip driver to net_device_opsStephen Hemminger1-3/+6
2009-03-21atm: convert mpc device to using netdev_opsStephen Hemminger2-19/+18
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek9-188/+363
2009-03-21dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2-11/+17
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-03-21ipx: use constant for strings and desciptorStephen Hemminger1-6/+6
2009-03-21snap: use const for descriptorStephen Hemminger1-3/+3
2009-03-21net: remove useless prefetch() callEric Dumazet1-1/+0
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich1-4/+1
2009-03-21skb: expose and constify hash primitivesStephen Hemminger1-1/+2
2009-03-21atm: lec use dev_change_mtuStephen Hemminger1-1/+1
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen4-37/+8
2009-03-21netrom: zero length frame filtering in NetRomBernard Pidoux1-1/+10
2009-03-21ax25: zero length frame filtering in AX25Bernard Pidoux1-0/+12
2009-03-21ax25: SOCK_DEBUG message simplificationBernard Pidoux1-3/+1
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-8/+9
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2-5/+5
2009-03-18net: kfree(napi->skb) => kfree_skbRoel Kluin1-1/+1
2009-03-18net: fix sctp breakageAl Viro1-1/+2
2009-03-18tipc: fix non-const printf format argumentsStephen Hemminger4-5/+5
2009-03-18ipv6: fix display of local and remote sit endpointsBjørn Mork1-1/+1
2009-03-18tcp: remove parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley1-7/+14
2009-03-18netfilter: ctnetlink: fix rcu context imbalancePatrick McHardy1-34/+23
2009-03-18netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal1-21/+0
2009-03-18netfilter: ctnetlink: remove remaining module refcountingFlorian Westphal1-6/+9
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller10-69/+206