summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | [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
* | [PATCH] Send wireless netlink events with a clean slateHerbert Xu2006-08-041-1/+23
|/
* [NET]: Fix more per-cpu typosAlexey Dobriyan2006-08-021-2/+2
* [I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech2006-08-021-5/+0
* [NET]: skb_queue_lock_key() is no longer used.Adrian Bunk2006-08-021-7/+0
* [NET]: Kill the WARN_ON() calls for checksum fixups.David S. Miller2006-08-021-10/+0
* [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-131-26/+65
* [NET]: fix __sk_stream_mem_reclaimIan McDonald2006-07-121-9/+7
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-4/+32
* [NET]: Fix network device interface printk message priorityStephen Hemminger2006-07-071-3/+3
* [PATCH] lockdep: annotate sk_locksIngo Molnar2006-07-031-9/+88
* [PATCH] lockdep: annotate sock_lock_init()Ingo Molnar2006-07-031-0/+16
* [PATCH] lockdep: annotate skb_queue_head_initIngo Molnar2006-07-031-0/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-308-8/+0
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-291-1/+1
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-291-0/+11
* [NET]: Make illegal_highdma more analHerbert Xu2006-06-291-4/+2
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-291-1/+1
* [NET]: Added GSO header verificationHerbert Xu2006-06-292-11/+27
* [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-2/+24
* [NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge2006-06-261-7/+3
OpenPOWER on IntegriCloud