summaryrefslogtreecommitdiffstats
path: root/net/decnet
Commit message (Expand)AuthorAgeFilesLines
* [DECNET]: dn_nl_deladdr() almost always returns no errorPavel Emelyanov2007-11-301-1/+3
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-11/+2
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-12/+4
* [DECNET]: "addr" module param can't be __initdataAlexey Dobriyan2007-11-071-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+2
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-12/+2
* [DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov2007-10-102-35/+4
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+2
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-102-9/+9
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-102-9/+9
* [NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-1/+1
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-101-7/+6
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-105-20/+20
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-1/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-5/+8
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-104-8/+12
* [DECNET]: Fix interface address listing regression.Patrick McHardy2007-09-111-1/+1
* [DECNET]: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-07-311-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-104-4/+4
* [NET]: dev_mcast: unexport dev_mc_uploadPatrick McHardy2007-07-101-3/+0
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-072-2/+2
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-034-55/+57
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-3/+0
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] fib_rules: delay route cache flush by ip_rt_min_delayThomas Graf2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+3
* [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-251-0/+7
* [NET] rules: Unified rules dumpingThomas Graf2007-04-251-7/+0
* [DECNet]: Use rtnl registration interfaceThomas Graf2007-04-255-26/+20
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-252-2/+4
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-254-9/+11
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-253-4/+4
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-253-6/+6
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf2007-03-251-1/+4
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-7/+6
* [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman2007-02-141-5/+0
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-142-2/+2
* [PATCH] sysctl: decnet: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-124-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-1110-523/+523
|\