summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-222-6/+6
* [RTNETLINK]: Unexport rtnl socketThomas Graf2006-09-221-3/+1Star
* [NET] link: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-10/+12
* [WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-1/+2
* [NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf2006-09-221-18/+17Star
* [NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf2006-09-221-11/+21
* [RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2006-09-221-0/+18
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-3/+7
* [NET] netdev: Check name lengthStephen Hemminger2006-09-221-1/+5
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-2/+3
* [NET]: Remove unnecessary config.h includes from net/Dave Jones2006-09-222-3/+1Star
* [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-221-2/+0Star
* [NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf2006-09-221-67/+74
* [NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf2006-09-221-68/+104
* [NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf2006-09-221-2/+0Star
* [NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf2006-09-221-55/+51Star
* [NEIGH]: Convert neighbour addition to new netlink apiThomas Graf2006-09-221-39/+51
* [NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf2006-09-221-19/+34
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-224-16/+16
* [NET]: Convert link dumping to new netlink apiThomas Graf2006-09-221-144/+137Star
* [NET]: Convert link modification to new netlink apiThomas Graf2006-09-221-91/+100
* [IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2006-09-221-0/+1
* [NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-223-2/+424
* [MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2006-09-221-5/+2Star
* [MLSXFRM]: Add security sid to sockVenkat Yekkirala2006-09-221-1/+1
* [NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev2006-09-181-0/+3
* [NET]: Disallow whitespace in network device names.David S. Miller2006-08-181-5/+14
* [NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha2006-08-181-3/+4
* [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller2006-08-181-17/+1Star
* Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman2006-08-094-4/+22
|\
| * [NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin2006-08-091-2/+1Star
| * [RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller2006-08-091-1/+14
| * [PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller2006-08-081-0/+2
| * [PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien2006-08-081-0/+2
| * [NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig2006-08-081-1/+3
* | [PATCH] Send wireless netlink events with a clean slateHerbert Xu2006-08-041-1/+23
|/
* [NET]: Fix more per-cpu typosAlexey Dobriyan2006-08-031-2/+2
* [I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech2006-08-021-5/+0Star
* [NET]: skb_queue_lock_key() is no longer used.Adrian Bunk2006-08-021-7/+0Star
* [NET]: Kill the WARN_ON() calls for checksum fixups.David S. Miller2006-08-021-10/+0Star
* [NET]: Add netdev_alloc_skb().Christoph Hellwig2006-08-021-0/+24
* [NET]: Core net changes to generate neteventsTom Tucker2006-08-022-7/+9
* [NET]: Network Event Notifier Mechanism.Tom Tucker2006-08-021-0/+69
* [NET]: Fix ___pskb_trim when entire frag_list needs droppingHerbert Xu2006-08-021-4/+10
* [I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk2006-07-211-0/+1
* [NET] ethtool: fix oops by testing correct struct memberJeff Garzik2006-07-171-1/+1
* [NET]: Update frag_list in pskb_trimHerbert Xu2006-07-141-26/+65
* [NET]: fix __sk_stream_mem_reclaimIan McDonald2006-07-131-9/+7Star
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-4/+32
* [NET]: Fix network device interface printk message priorityStephen Hemminger2006-07-081-3/+3