summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2006-09-22[NET] netdev: Check name lengthStephen Hemminger
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-22[NET]: Convert link dumping to new netlink apiThomas Graf
2006-09-22[NET]: Convert link modification to new netlink apiThomas Graf
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala
2006-09-19Merge branch 'master' into upstreamJeff Garzik
2006-09-17[NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev
2006-09-13[PATCH] ethtool: allow const ethtool_opsStephen Hemminger
2006-08-17[NET]: Disallow whitespace in network device names.David S. Miller
2006-08-17[NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller
2006-08-09Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman
2006-08-09[NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin
2006-08-08[RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller
2006-08-07[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller
2006-08-07[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien
2006-08-07[NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig
2006-08-04[PATCH] Send wireless netlink events with a clean slateHerbert Xu
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan
2006-08-02[I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech
2006-08-02[NET]: skb_queue_lock_key() is no longer used.Adrian Bunk
2006-08-02[NET]: Kill the WARN_ON() calls for checksum fixups.David S. Miller
2006-08-02[NET]: Add netdev_alloc_skb().Christoph Hellwig
2006-08-02[NET]: Core net changes to generate neteventsTom Tucker
2006-08-02[NET]: Network Event Notifier Mechanism.Tom Tucker
2006-08-02[NET]: Fix ___pskb_trim when entire frag_list needs droppingHerbert Xu
2006-07-21[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk
2006-07-17[NET] ethtool: fix oops by testing correct struct memberJeff Garzik
2006-07-13[NET]: Update frag_list in pskb_trimHerbert Xu
2006-07-12[NET]: fix __sk_stream_mem_reclaimIan McDonald
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu
2006-07-07[NET]: Fix network device interface printk message priorityStephen Hemminger
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang