aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2006-02-27[REQSK]: Don't reset rskq_defer_accept in reqsk_queue_allocArnaldo Carvalho de Melo1-1/+0
2006-02-19[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().YOSHIFUJI Hideaki1-7/+3
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-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet2-3/+3
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
2005-07-27[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall1-1/+36
2005-07-27[NET]: Fix setsockopt locking bugKyle Moffett1-6/+7
2005-07-19[NET]: Fix tc_verd thinko in skb_clone()David S. Miller1-2/+2
2005-07-19[NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy1-1/+2
2005-07-08[NET]: Fix sparse warningsVictor Fusco3-12/+18
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf1-2/+0
2005-07-05[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy1-6/+2
2005-07-05[NET]: Consolidate common code in net/core/filter.cPatrick McHardy1-57/+33
2005-07-05[NET]: Remove redundant code in net/core/filter.cPatrick McHardy1-12/+0
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy3-0/+8
2005-06-28[NETLINK]: Clear padding in netlink messagesPatrick McHardy1-0/+1
2005-06-26[PKTGEN]: Fix random packet sizes causing panicRobert Olsson1-16/+13
2005-06-23[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf1-0/+40
2005-06-23[NET]: Zerocopy sequential reading of skb dataThomas Graf1-0/+117
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2-3/+12
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger1-19/+2
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2-123/+1
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger2-9/+2
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques2-16/+2
2005-06-22[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer1-10/+29
2005-06-22[NETPOLL]: Introduce a netpoll_info structJeff Moyer1-19/+38
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy2-144/+0
2005-06-18[NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim1-1/+1
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2-12/+15
2005-06-18[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf1-4/+4
2005-06-18[NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parmsThomas Graf1-1/+3
2005-06-18[NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.Thomas Graf1-4/+4
2005-06-18[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2-11/+326
2005-06-18[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller1-0/+16
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo1-2/+2
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2-1/+50
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo1-0/+35
2005-06-18Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds1-2/+72
2005-06-08[NET]: Fix sysctl net.core.dev_weightStephen Hemminger1-0/+1
2005-06-08[NET]: Allow controlling NAPI device weight with sysfsStephen Hemminger1-0/+17
2005-06-06[ETHTOOL]: Check correct pointer in ethtool_set_coalesce().David S. Miller1-1/+1
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch we181-2/+72
2005-05-29[NET]: Use %lx for netdev->features sysfs formatting.David S. Miller1-1/+2
2005-05-29[NET]: Add ethtool support for NETIF_F_HW_CSUM.Jon Mason1-1/+11
2005-05-29[BRIDGE]: make dev->features unsignedStephen Hemminger1-1/+1
2005-05-29[BRIDGE]: features change notificationStephen Hemminger2-1/+19
2005-05-12 [PATCH] Wireless Extensions 18 (aka WPA)1-2/+72
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl2-2/+2
2005-05-05[IPV6]: Fix OOPS when using IPV6_ADDRFORMArnaldo Carvalho de Melo1-4/+8
2005-05-03[NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit()Patrick McHardy1-2/+0
2005-05-03[NETFILTER]: Fix nf_debug_ip_local_deliver()Patrick McHardy1-13/+2
2005-05-03[NET]: Disable queueing when carrier is lost.Tommy S. Christensen1-0/+7
2005-05-03[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().David S. Miller1-1/+3
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller1-4/+3
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu1-9/+14
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf1-3/+3
2005-05-03[RTNETLINK] Fix & cleanup rtm_min/rtm_maxThomas Graf1-18/+21
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+2
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa3-26/+26
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-1/+1
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
2005-04-28[NET]: /proc/net/stat/* header cleanupOlaf Rempel1-1/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro3-3/+0
2005-04-24[NET]: Document ->hard_start_xmit() locking in comments.Ben Greear1-0/+13
2005-04-21[NET]: Add missing newline for skb_*_panicPatrick McHardy1-4/+8
2005-04-19[SOCK]: on failure free the sock from the right placeArnaldo Carvalho de Melo1-1/+4
2005-04-19[NET]: skbuff: remove old NET_CALLER macroStephen Hemminger1-9/+3
2005-04-19[RTNETLINK]: Add comma to final entry in link_rtnetlink_tableDavid S. Miller1-1/+1
2005-04-19[RTNETLINK]: Protocol family wildcard dumping for routing rulesThomas Graf1-1/+2
2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu1-0/+88
2005-04-16[PATCH] Fix dst_destroy() raceHerbert Xu1-2/+4
2005-04-16[PATCH] net: don't call kmem_cache_create with a spinlock heldArnaldo Carvalho de Melo1-5/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds26-0/+21067