summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko2008-03-281-0/+4
* | | | [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki2008-03-281-32/+29Star
* | | | [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki2008-03-281-29/+24Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-282-2/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | [NET]: Fix multicast device ioctl checksPatrick McHardy2008-03-261-2/+2
| * | | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-0/+23
| | |/ | |/|
* | | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-281-0/+16
* | | [NET]: uninline dst_releaseIlpo Järvinen2008-03-281-0/+10
* | | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-281-0/+19
* | | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-281-0/+18
* | | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-281-0/+16
* | | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-281-0/+21
* | | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-252-10/+10
* | | [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-10/+16
* | | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-4/+4
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-254-19/+19
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-256-22/+22
* | | [NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov2008-03-241-3/+4
* | | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-212-2/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-2/+4
|\| |
| * | netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski2008-03-211-2/+4
| |/
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-052-5/+9
|\|
| * [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-4/+8
| * [NET]: Fix race in generic address resolution.Frank Blaschka2008-03-031-1/+1
* | [ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov2008-03-031-4/+2Star
* | [NET]: Use existing device list walker for /proc/dev_mcast.Pavel Emelyanov2008-02-291-31/+6Star
* | [NET]: sk_release_kernel needs to be exported to modulesDavid S. Miller2008-02-291-0/+1
* | [NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev2008-02-291-0/+18
* | [NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev2008-02-291-3/+0Star
* | [NETNS]: Default arp parameters lookup.Denis V. Lunev2008-02-291-3/+1Star
* | [NETNS]: Register neighbour table parameters in the correct namespace.Denis V. Lunev2008-02-291-1/+2
|/
* [PKTGEN]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-6/+4Star
* [NEIGHBOUR]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-243-9/+27
|\
| * [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update.Pavel Emelyanov2008-02-241-2/+4
| * [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINKThomas Graf2008-02-241-6/+19
| * [NETNS]: Namespace leak in pneigh_lookup.Denis V. Lunev2008-02-201-0/+1
| * [RTNL]: Add missing link netlink attribute policy definitionsThomas Graf2008-02-201-0/+2
| * [NET]: Messed multicast lists after dev_mc_sync/unsyncJorge Boncompte [DTI2]2008-02-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-192-29/+19Star
|\|
| * Revert "[NDISC]: Fix race in generic address resolution"David S. Miller2008-02-181-3/+9
| * Revert "[RTNETLINK]: Send a single notification on device state changes."David S. Miller2008-02-181-26/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-154-23/+32
|\|
| * [NET]: Fix race in dev_close(). (Bug 9750)Matti Linnanvuori2008-02-131-2/+2
| * [RTNETLINK]: Send a single notification on device state changes.Laszlo Attila Toth2008-02-131-10/+26
| * [NET]: Fix comment for skb_pull_rcsumUrs Thuermann2008-02-131-2/+1Star
| * [NDISC]: Fix race in generic address resolutionDavid S. Miller2008-02-131-9/+3Star
* | docbook: make a networking book and fix a few errorsRandy Dunlap2008-02-142-4/+3Star
* | remove final fastcall usersHarvey Harrison2008-02-142-3/+3
|/