summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2-10/+10
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-10/+16
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-4/+4
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki4-19/+19
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki6-22/+22
2008-03-24[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov1-3/+4
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2-2/+5
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+4
2008-03-20netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski1-2/+4
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-5/+9
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller1-4/+8
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+2
2008-03-03[NET]: Fix race in generic address resolution.Frank Blaschka1-1/+1
2008-02-29[NET]: Use existing device list walker for /proc/dev_mcast.Pavel Emelyanov1-31/+6
2008-02-29[NET]: sk_release_kernel needs to be exported to modulesDavid S. Miller1-0/+1
2008-02-29[NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev1-0/+18
2008-02-28[NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev1-3/+0
2008-02-28[NETNS]: Default arp parameters lookup.Denis V. Lunev1-3/+1
2008-02-28[NETNS]: Register neighbour table parameters in the correct namespace.Denis V. Lunev1-1/+2
2008-02-28[PKTGEN]: Use proc_create() to setup ->proc_fops firstWang Chen1-6/+4
2008-02-28[NEIGHBOUR]: Use proc_create() to setup ->proc_fops firstWang Chen1-2/+2
2008-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-9/+27
2008-02-23[NEIGH]: Fix race between neighbor lookup and table's hash_rnd update.Pavel Emelyanov1-2/+4
2008-02-23[RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINKThomas Graf1-6/+19
2008-02-20[NETNS]: Namespace leak in pneigh_lookup.Denis V. Lunev1-0/+1
2008-02-19[RTNL]: Add missing link netlink attribute policy definitionsThomas Graf1-0/+2
2008-02-19[NET]: Messed multicast lists after dev_mc_sync/unsyncJorge Boncompte [DTI2]1-1/+1
2008-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-29/+19
2008-02-17Revert "[NDISC]: Fix race in generic address resolution"David S. Miller1-3/+9
2008-02-17Revert "[RTNETLINK]: Send a single notification on device state changes."David S. Miller1-26/+10
2008-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-23/+32
2008-02-13docbook: make a networking book and fix a few errorsRandy Dunlap2-4/+3
2008-02-13remove final fastcall usersHarvey Harrison2-3/+3
2008-02-12[NET]: Fix race in dev_close(). (Bug 9750)Matti Linnanvuori1-2/+2
2008-02-12[RTNETLINK]: Send a single notification on device state changes.Laszlo Attila Toth1-10/+26
2008-02-12[NET]: Fix comment for skb_pull_rcsumUrs Thuermann1-2/+1
2008-02-12[NDISC]: Fix race in generic address resolutionDavid S. Miller1-9/+3
2008-02-07[IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet1-2/+2
2008-02-07[IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet1-1/+1
2008-02-05[NET] rtnetlink.c: remove no longer used functionsAdrian Bunk1-44/+0
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+29
2008-02-04virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...Rusty Russell1-0/+29
2008-02-03typo fixes in net/core/net_namespace.cOliver Pinter1-2/+2
2008-02-01[AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS messageKlaus Heinrich Kiwi1-7/+9
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-2/+3
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-1/+1
2008-01-31[PKTGEN]: pktgen should not print info that it is spinningJesse Brandeburg1-1/+0
2008-01-31[VLAN]: set_rx_mode support for unicast address listChris Leech2-34/+101
2008-01-31[PKTGEN]: Remove an unused definition in pktgen.c.Rami Rosen1-2/+0