aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2-2/+2
2006-01-10[PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_statsAndrey Borzenkov1-9/+19
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2-16/+8
2006-01-06[NET]: Endian-annotate in_aton()Alexey Dobriyan1-1/+1
2006-01-06[PKTGEN]: Adds missing __init.Luiz Capitulino1-3/+2
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn1-3/+3
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-51/+25
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers1-47/+21
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-4/+4
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn1-32/+80
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+0
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise1-14/+13
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2006-01-03[PKTGEN]: Deinitialise static variables.Jaco Kroon1-3/+3
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo1-10/+11
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-3/+7
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-0/+36
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger1-2/+6
2006-01-03Merge branch 'master'Jeff Garzik1-2/+2
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller1-2/+2
2005-12-12Merge branch 'master'Jeff Garzik2-2/+3
2005-12-08[NET]: Fix NULL pointer deref in checksum debugging.Stephen Hemminger1-1/+2
2005-12-05[NET]: make function pointer argument parseable by kernel-docMartin Waitz1-1/+1
2005-11-29Merge branch 'master'Jeff Garzik1-2/+4
2005-11-20[NET]: Reject socket filter if division by constant zero is attempted.Kris Katterjohn1-2/+4
2005-11-13[PATCH] net: make dev_valid_name publicMitch Williams1-1/+2
2005-11-13[PATCH] net: allow newline terminated IP addresses in in_atonMitch Williams1-1/+1
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu3-10/+41
2005-11-10[RTNETLINK]: Use generic netlink receive queue processorThomas Graf1-70/+5
2005-11-10[NETLINK]: Make netlink_callback->done() optionalThomas Graf1-7/+1
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+15
2005-11-08[NET]: kfree cleanupJesper Juhl2-4/+2
2005-11-05[NET]: Fix race condition in sk_stream_wait_connectHerbert Xu1-6/+6
2005-11-02[NET]: Fix zero-size datagram receptionHerbert Xu1-0/+4
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju3-0/+142
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15Linus Torvalds3-281/+232
2005-10-28[PATCH] gfp_t: net/*Al Viro1-1/+1
2005-10-26[PATCH] kill massive wireless-related log spamJeff Garzik1-2/+7
2005-10-26[SK_BUFF] kernel-doc: fix skbuff warningsRandy Dunlap1-0/+2
2005-10-26[PKTGEN]: proc interface revisionStephen Hemminger1-257/+215
2005-10-26[PKTGEN]: Spelling and white spaceStephen Hemminger1-12/+12
2005-10-26[PKTGEN]: Use kzallocStephen Hemminger1-5/+2
2005-10-26[PKTGEN]: Sleeping function called under lockStephen Hemminger1-3/+3
2005-10-25[NET]: Wider use of for_each_*cpu()John Hawkes2-8/+2
2005-10-23[NEIGH] Fix timer leak in neigh_changeaddrHerbert Xu1-30/+13
2005-10-23[NEIGH] Fix add_timer race in neigh_add_timerHerbert Xu1-2/+2
2005-10-23[NEIGH] Print stack trace in neigh_add_timerHerbert Xu1-0/+1
2005-10-22[SK_BUFF]: ipvs_property field must be copiedJulian Anastasov1-0/+6
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro3-13/+13
2005-10-03[IPV4]: Get rid of bogus __in_put_dev in pktgenHerbert Xu1-1/+0
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2-2/+2
2005-10-03[NET]: Fix packet timestamping.Herbert Xu1-5/+0
2005-09-29Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-63/+40
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-17/+6
2005-09-27[NET]: Fix module reference counts for loadable protocol modulesFrank Filz1-8/+12
2005-09-27[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet1-0/+2
2005-09-27[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()Daniel Phillips1-55/+26
2005-09-27[NEIGH]: Add debugging check when adding timers.David S. Miller1-9/+14
2005-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6David S. Miller1-0/+2
2005-09-24[NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FSAmos Waterland1-0/+2
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich1-0/+2
2005-09-12[NET]: fix-up schedule_timeout() usageNishanth Aravamudan1-8/+5
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2-3/+3
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds1-24/+34
2005-09-06[NET]: proto_unregister: fix sleeping while atomicPatrick McHardy1-3/+2
2005-09-06[PATCH] WE-19 for kernel 2.6.13Jean Tourrilhes1-24/+34
2005-09-06[NET]: Make sure l_linger is unsigned to avoid negative timeoutsEric Dumazet1-2/+2
2005-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds1-1/+1
2005-09-05[NET]: 2.6.13 breaks libpcap (and tcpdump)Herbert Xu1-3/+3
2005-09-05[NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTLDavid S. Miller1-1/+1
2005-09-05[PATCH] (7/7) __user annotations (ethtool)viro@ftp.linux.org.uk1-1/+1
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2-3/+3
2005-08-29[NET]: Add support for getting the permanent hardware address.Jon Wetzel1-0/+49
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller1-10/+72
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo4-17/+4
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy3-9/+9
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy3-14/+29
2005-08-29[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2-738/+0
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo1-0/+1
2005-08-29[SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo1-0/+74
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo1-1/+34
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-3/+3
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte1-17/+110
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo1-5/+1
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte1-7/+33
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte1-12/+54
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte1-72/+0
2005-08-29[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte1-3/+3
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller1-5/+5
2005-08-29[IPV4]: possible cleanupsAdrian Bunk1-1/+0
2005-08-29[NET]: Kill skb->real_devDavid S. Miller2-18/+19
2005-08-29[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo1-0/+26
2005-08-29[NET]: Remove HIPPI private from skbuff.hStephen Hemminger1-3/+0
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy1-2/+16
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy1-2/+0
2005-08-29[NET]: Kill skb->listDavid S. Miller1-33/+24
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte1-2/+0
2005-08-11[NETPOLL]: remove unused variableMatt Mackall1-1/+0
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall2-4/+8
2005-08-11[NETPOLL]: pre-fill skb poolIngo Molnar1-0/+4
2005-08-11[NETPOLL]: add retry timeoutMatt Mackall1-3/+10
2005-08-11[NETPOLL]: netpoll_send_skb simplifyMatt Mackall1-20/+22
2005-08-11[NETPOLL]: deadlock bugfixJeff Moyer1-3/+0
2005-08-11[NETPOLL]: rx_flags bugfixJeff Moyer1-0/+1
2005-07-30[NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev1-4/+11
2005-07-28[NET]: Fix busy waiting in dev_close().David S. Miller1-2/+1
2005-07-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+43
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1