aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[NET] neighbour: reduce exportsStephen Hemminger1-5/+1
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2-6/+6
2006-09-22[RTNETLINK]: Unexport rtnl socketThomas Graf1-3/+1
2006-09-22[NET] link: Convert notifications to use rtnl_notify()Thomas Graf1-10/+12
2006-09-22[WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf1-1/+2
2006-09-22[NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf1-18/+17
2006-09-22[NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf1-11/+21
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf1-0/+18
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf1-3/+7
2006-09-22[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy1-2/+3
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones2-3/+1
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf1-67/+74
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf1-68/+104
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf1-55/+51
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf1-39/+51
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf1-19/+34
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy4-16/+16
2006-09-22[NET]: Convert link dumping to new netlink apiThomas Graf1-144/+137
2006-09-22[NET]: Convert link modification to new netlink apiThomas Graf1-91/+100
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf1-0/+1
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf3-2/+424
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala1-5/+2
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala1-1/+1
2006-09-17[NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev1-0/+3
2006-08-17[NET]: Disallow whitespace in network device names.David S. Miller1-5/+14
2006-08-17[NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha1-3/+4
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller1-17/+1
2006-08-09Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman4-4/+22
2006-08-09[NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin1-2/+1
2006-08-08[RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller1-1/+14
2006-08-07[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller1-0/+2
2006-08-07[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien1-0/+2
2006-08-07[NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig1-1/+3
2006-08-04[PATCH] Send wireless netlink events with a clean slateHerbert Xu1-1/+23
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan1-2/+2
2006-08-02[I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech1-5/+0
2006-08-02[NET]: skb_queue_lock_key() is no longer used.Adrian Bunk1-7/+0
2006-08-02[NET]: Kill the WARN_ON() calls for checksum fixups.David S. Miller1-10/+0
2006-08-02[NET]: Add netdev_alloc_skb().Christoph Hellwig1-0/+24
2006-08-02[NET]: Core net changes to generate neteventsTom Tucker2-7/+9
2006-08-02[NET]: Network Event Notifier Mechanism.Tom Tucker1-0/+69
2006-08-02[NET]: Fix ___pskb_trim when entire frag_list needs droppingHerbert Xu1-4/+10
2006-07-21[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk1-0/+1
2006-07-17[NET] ethtool: fix oops by testing correct struct memberJeff Garzik1-1/+1
2006-07-13[NET]: Update frag_list in pskb_trimHerbert Xu1-26/+65
2006-07-12[NET]: fix __sk_stream_mem_reclaimIan McDonald1-9/+7
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu1-4/+32