aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-7/+7
|\
| * Merge branch 'master' into upstreamJeff Garzik2006-09-191-0/+3
| |\
| * | [PATCH] ethtool: allow const ethtool_opsStephen Hemminger2006-09-131-7/+7
* | | [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-221-2/+2
* | | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala2006-09-221-3/+8
* | | [RTNETLINK]: Fix netdevice name corruptionPatrick McHardy2006-09-221-0/+2
* | | [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-222-17/+13
* | | [RTNETLINK]: Fix typo causing wrong skb to be freedThomas Graf2006-09-221-1/+1
* | | [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-222-12/+5
* | | [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-223-20/+7
* | | [NET] in6_pton: Kill errant printf statement.David S. Miller2006-09-221-2/+0
* | | [NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki2006-09-221-0/+215
* | | [RTNETLINK]: Don't return error on no-metrics.David S. Miller2006-09-221-2/+4
* | | [IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2006-09-221-13/+18
* | | [NET] neighbour: reduce exportsStephen Hemminger2006-09-221-5/+1
* | | [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-222-6/+6
* | | [RTNETLINK]: Unexport rtnl socketThomas Graf2006-09-221-3/+1
* | | [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/+17
* | | [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/+1
* | | [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-221-2/+0
* | | [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/+0
* | | [NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf2006-09-221-55/+51
* | | [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/+137
* | | [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/+2
* | | [MLSXFRM]: Add security sid to sockVenkat Yekkirala2006-09-221-1/+1
| |/ |/|
* | [NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev2006-09-171-0/+3
|/
* [NET]: Disallow whitespace in network device names.David S. Miller2006-08-171-5/+14
* [NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha2006-08-171-3/+4
* [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller2006-08-171-17/+1
* 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/+1
| * [RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller2006-08-081-1/+14
| * [PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller2006-08-071-0/+2
| * [PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien2006-08-071-0/+2
| * [NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig2006-08-071-1/+3