aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2006-10-30[NET]: Fix segmentation of linear packetsHerbert Xu1-5/+4
2006-10-21Merge branch 'we21-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+32
2006-10-19[NETPOLL]: initialize skb for UDPStephen Hemminger1-4/+4
2006-10-19[PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctlsJohn W. Linville1-1/+32
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger2-118/+0
2006-10-12[RTNETLINK]: Fix use of wrong skb in do_getlink()Patrick McHardy1-1/+1
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi1-2/+1
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris1-14/+28
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra1-1/+1
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds1-1/+0
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+6
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-04[NEIGH]: always use hash_mask under tbl lockJulian Anastasov1-6/+6
2006-09-28[ETHTOOL]: Remove some entries from non-root command list.David S. Miller1-4/+0
2006-09-28[ETHTOOL]: let mortals use ethtoolStephen Hemminger1-7/+29
2006-09-28[NET]: Annotate dst_ops protocolAl Viro1-1/+1
2006-09-28[NET]: is it Andy or Andi ??Steven Rostedt1-1/+1
2006-09-28[NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy1-6/+8
2006-09-28[PKTGEN]: DSCP supportFrancesco Fondelli1-6/+59
2006-09-28[PKTGEN]: vlan supportFrancesco Fondelli1-9/+247
2006-09-28[RTNETLINK]: Possible dereference in net/core/rtnetlink.cEric Sesterhenn1-1/+1
2006-09-25[PATCH] WE-21 support (core API)John W. Linville2-30/+42
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki1-2/+2
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala1-3/+8
2006-09-22[RTNETLINK]: Fix netdevice name corruptionPatrick McHardy1-0/+2
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin2-17/+13
2006-09-22[RTNETLINK]: Fix typo causing wrong skb to be freedThomas Graf1-1/+1
2006-09-22[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2-12/+5
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan3-20/+7
2006-09-22[NET] in6_pton: Kill errant printf statement.David S. Miller1-2/+0
2006-09-22[NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki1-0/+215
2006-09-22[RTNETLINK]: Don't return error on no-metrics.David S. Miller1-2/+4
2006-09-22[IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf1-13/+18
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-19Merge branch 'master' into upstreamJeff Garzik1-0/+3
2006-09-17[NEIGH]: neigh_table_clear() doesn't free statsKirill Korotaev1-0/+3
2006-09-13[PATCH] ethtool: allow const ethtool_opsStephen Hemminger1-7/+7
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
2006-07-07[NET]: Fix network device interface printk message priorityStephen Hemminger1-3/+3
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-9/+88
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+16
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+1
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+11
2006-06-29[NET]: Make illegal_highdma more analHerbert Xu1-4/+2
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-1/+1
2006-06-29[NET]: Added GSO header verificationHerbert Xu2-11/+27
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathNeil Horman1-2/+24
2006-06-26[NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge1-7/+3
2006-06-26[NET]: skb_find_text ignores to argumentPhil Oester1-1/+4
2006-06-25[NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk1-1/+1
2006-06-25[NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan1-0/+3
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-27/+317
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2-6/+5
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-2/+2
2006-06-23[NET]: Added GSO toggleHerbert Xu1-0/+29
2006-06-23[NET]: Add software TSOv4Herbert Xu1-0/+126
2006-06-23[NET]: Add generic segmentation offloadHerbert Xu1-5/+122
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-7/+9
2006-06-23[NET]: Prevent transmission after dev_deactivateHerbert Xu1-3/+3
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-10/+26
2006-06-17[ETHTOOL]: Fix UFO typoHerbert Xu1-1/+2
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2-8/+4
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu1-5/+2
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-61/+2
2006-06-17[NET]: Add netif_tx_lockHerbert Xu4-29/+24
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris1-1/+2
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech1-0/+4
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech1-0/+6
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-0/+128
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+104
2006-05-26[NET]: dev.c comment fixesStephen Hemminger1-9/+11
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-2/+19
2006-05-10[NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger1-36/+27
2006-05-09[NET] linkwatch: Handle jiffies wrap-aroundHerbert Xu1-5/+5
2006-05-09[NET]: Make netdev_chain a raw notifier.Alan Stern1-18/+18
2006-05-06[NET]: Create netdev attribute_groups with class_device_addStephen Hemminger2-38/+13
2006-04-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+10
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller2-0/+9
2006-04-19[PATCH] wext: Fix RtNetlink ENCODE security permissionsJean Tourrilhes1-0/+8
2006-04-19[PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes1-1/+2
2006-04-18unaligned access in sk_run_filter()Dmitry Mishin1-2/+3
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki4-6/+6
2006-04-09[NET]: Fix hotplug race during device registration.Sergey Vlasov1-1/+1
2006-04-09[NET]: More kzalloc conversions.Andrew Morton5-22/+8
2006-04-09[NET] kzalloc: use in alloc_netdevPaolo 'Blaisorblade' Giarrusso1-2/+1
2006-04-09[NET]: Fix an off-by-21-or-49 error.Adrian Bunk1-1/+1
2006-03-31[NET]: add SO_RCVBUF commentAndrew Morton1-1/+15
2006-03-29[NET]: Deinline some larger functions from netdevice.hDenis Vlasenko1-0/+64
2006-03-28[NET]: deinline 200+ byte inlines in sock.hDenis Vlasenko1-0/+93
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-19/+23
2006-03-26[NET]: drop duplicate assignment in request_sockNorbert Kiesel1-1/+1
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+7
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+9
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+2
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-1/+1
2006-03-25[NET]: Take RTNL when unregistering notifierHerbert Xu1-1/+6
2006-03-24[NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.David S. Miller1-2/+3
2006-03-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-89/+920
2006-03-23[PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes2-89/+920
2006-03-23[PKTGEN]: Add MPLS extension.Steven Whitehouse1-11/+147
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-10/+10
2006-03-20[SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo1-0/+2
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+28
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-0/+21
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang1-1/+1
2006-03-20[NET] sem2mutex: net/Arjan van de Ven2-6/+8
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger1-2/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-2/+2
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino1-25/+21
2006-03-20[PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino1-3/+4
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger4-20/+26
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino1-48/+44
2006-03-20[PKTGEN]: Fix Initialization fail leak.Luiz Capitulino1-1/+14
2006-03-20[PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino1-2/+9
2006-03-20[PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino1-55/+41
2006-03-20[PKTGEN]: Lindent run.Luiz Capitulino1-1251/+1379
2006-03-20[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel1-0/+19
2006-03-20[NET] pktgen: Fix races between control/worker threads.Arthur Kepner1-25/+110
2006-03-20[IPSEC]: Sync series - core changesJamal Hadi Salim1-0/+23
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf4-3/+142
2006-03-20[NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's st...YOSHIFUJI Hideaki1-0/+8
2006-03-20[PATCH] promiscuous modeSteve Grubb1-0/+7
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh1-1/+25
2006-03-01Merge branch 'upstream-fixes'Jeff Garzik1-1/+0
2006-02-27[REQSK]: Don't reset rskq_defer_accept in reqsk_queue_allocArnaldo Carvalho de Melo1-1/+0
2006-02-23Merge branch 'upstream-fixes'Jeff Garzik1-7/+3
2006-02-19[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().YOSHIFUJI Hideaki1-7/+3
2006-02-17Merge branch 'upstream-fixes'Jeff Garzik2-29/+54
2006-02-13[NET]: Revert skb_copy_datagram_iovec() recursion elimination.David S. Miller1-28/+53
2006-02-09[NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov1-1/+1
2006-02-07Merge branch 'master'Jeff Garzik4-11/+14
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet2-3/+3
2006-01-30[PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2-7/+5
2006-01-24[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctlThomas Graf1-2/+3
2006-01-23[NET]: Fix skb fclone error path handling.Herbert Xu1-3/+5
2006-01-23[NET]: more whitespace issues in net/core/filter.cKris Katterjohn1-3/+3
2006-01-18[PKTGEN]: Respect hard_header_len of device.David S. Miller1-2/+3
2006-01-17[NET]: Use is_zero_ether_addr() in net/core/netpoll.cKris Katterjohn1-1/+1
2006-01-17[PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALENKris Katterjohn1-23/+11
2006-01-17[NET]: Fix whitespace issues in net/core/filter.cKris Katterjohn1-7/+6
2006-01-13[NET]: Clean up comments for sk_chk_filter()Kris Katterjohn1-7/+3
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap7-1/+7
2006-01-11[NET]: Fix diverter build.Evgeniy Polyakov1-1/+1
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-1/+1
2006-01-10Fix net/core/wireless.c link failureLinus Torvalds1-0/+1