Age | Commit message (Expand) | Author |
2008-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-27 | [NET]: uninline skb_trim, de-bloats | Ilpo Järvinen |
2008-03-27 | [NET]: uninline dst_release | Ilpo Järvinen |
2008-03-27 | [NET]: uninline skb_push, de-bloats a lot | Ilpo Järvinen |
2008-03-27 | [NET]: uninline dev_alloc_skb, de-bloats a lot | Ilpo Järvinen |
2008-03-27 | [NET]: uninline skb_pull, de-bloats a lot | Ilpo Järvinen |
2008-03-27 | [NET]: uninline skb_put, de-bloats a lot | Ilpo Järvinen |
2008-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-03-26 | [NET]: Fix multicast device ioctl checks | Patrick McHardy |
2008-03-26 | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-26 | [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-26 | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-24 | [NETNS]: Minor information leak via /proc/net/ptype file. | Pavel Emelyanov |
2008-03-24 | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). | Pavel Emelyanov |
2008-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-03-21 | [NET]: Add per-connection option to set max TSO frame size | Peter P Waskiewicz Jr |
2008-03-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-20 | netpoll: zap_completion_queue: adjust skb->users counter | Jarek Poplawski |
2008-03-19 | sched, net: socket wakeups are sync | Ingo Molnar |
2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-03-04 | [NETPOLL]: Revert two bogus cleanups that broke netconsole. | David S. Miller |
2008-03-03 | [ARP]: Introduce the arp_hdr_len helper. | Pavel Emelyanov |
2008-03-03 | [NET]: Fix race in generic address resolution. | Frank Blaschka |
2008-02-29 | [NET]: Use existing device list walker for /proc/dev_mcast. | Pavel Emelyanov |
2008-02-29 | [NET]: sk_release_kernel needs to be exported to modules | David S. Miller |
2008-02-29 | [NET]: Make netlink_kernel_release publically available as sk_release_kernel. | Denis V. Lunev |
2008-02-28 | [NETNS]: DST cleanup routines should be called inside namespace. | Denis V. Lunev |
2008-02-28 | [NETNS]: Default arp parameters lookup. | Denis V. Lunev |
2008-02-28 | [NETNS]: Register neighbour table parameters in the correct namespace. | Denis V. Lunev |
2008-02-28 | [PKTGEN]: Use proc_create() to setup ->proc_fops first | Wang Chen |
2008-02-28 | [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first | Wang Chen |
2008-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-02-23 | [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update. | Pavel Emelyanov |
2008-02-23 | [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK | Thomas Graf |
2008-02-20 | [NETNS]: Namespace leak in pneigh_lookup. | Denis V. Lunev |
2008-02-19 | [RTNL]: Add missing link netlink attribute policy definitions | Thomas Graf |
2008-02-19 | [NET]: Messed multicast lists after dev_mc_sync/unsync | Jorge Boncompte [DTI2] |
2008-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-02-17 | Revert "[NDISC]: Fix race in generic address resolution" | David S. Miller |
2008-02-17 | Revert "[RTNETLINK]: Send a single notification on device state changes." | David S. Miller |
2008-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-02-13 | docbook: make a networking book and fix a few errors | Randy Dunlap |
2008-02-13 | remove final fastcall users | Harvey Harrison |
2008-02-12 | [NET]: Fix race in dev_close(). (Bug 9750) | Matti Linnanvuori |
2008-02-12 | [RTNETLINK]: Send a single notification on device state changes. | Laszlo Attila Toth |
2008-02-12 | [NET]: Fix comment for skb_pull_rcsum | Urs Thuermann |
2008-02-12 | [NDISC]: Fix race in generic address resolution | David S. Miller |