summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2005-07-31[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-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+43
2005-07-28[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-28[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall1-1/+36
2005-07-28[NET]: Fix setsockopt locking bugKyle Moffett1-6/+7
2005-07-20[NET]: Fix tc_verd thinko in skb_clone()David S. Miller1-2/+2
2005-07-20[NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy1-1/+2
2005-07-09[NET]: Fix sparse warningsVictor Fusco3-12/+18
2005-07-06[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-07-06[NET]: Remove unused security member in sk_buffThomas Graf1-2/+0
2005-07-06[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy1-6/+2
2005-07-06[NET]: Consolidate common code in net/core/filter.cPatrick McHardy1-57/+33
2005-07-06[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-27[PKTGEN]: Fix random packet sizes causing panicRobert Olsson1-16/+13
2005-06-24[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf1-0/+40
2005-06-24[NET]: Zerocopy sequential reading of skb dataThomas Graf1-0/+117
2005-06-24[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2-3/+12
2005-06-24[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger1-19/+2
2005-06-24[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2-123/+1
2005-06-24[NET]: Remove obsolete fastroute stats.Stephen Hemminger2-9/+2
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques2-16/+2
2005-06-23[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer1-10/+29
2005-06-23[NETPOLL]: Introduce a netpoll_info structJeff Moyer1-19/+38
2005-06-22[NETFILTER]: Kill nf_debugPatrick McHardy2-144/+0
2005-06-19[NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim1-1/+1
2005-06-19[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2-12/+15
2005-06-19[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf1-4/+4
2005-06-19[NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parmsThomas Graf1-1/+3
2005-06-19[NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.Thomas Graf1-4/+4
2005-06-19[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2-11/+326
2005-06-19[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller1-0/+16
2005-06-19[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo1-2/+2
2005-06-19[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2-1/+50
2005-06-19[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-09[NET]: Fix sysctl net.core.dev_weightStephen Hemminger1-0/+1
2005-06-09[NET]: Allow controlling NAPI device weight with sysfsStephen Hemminger1-0/+17
2005-06-07[ETHTOOL]: Check correct pointer in ethtool_set_coalesce().David S. Miller1-1/+1
2005-06-05Automatic merge of /spare/repo/netdev-2.6 branch we181-2/+72
2005-05-30[NET]: Use %lx for netdev->features sysfs formatting.David S. Miller1-1/+2
2005-05-30[NET]: Add ethtool support for NETIF_F_HW_CSUM.Jon Mason1-1/+11
2005-05-30[BRIDGE]: make dev->features unsignedStephen Hemminger1-1/+1
2005-05-30[BRIDGE]: features change notificationStephen Hemminger2-1/+19
2005-05-13 [PATCH] Wireless Extensions 18 (aka WPA)1-2/+72
2005-05-06[PATCH] update Ross Biro bouncing email addressJesper Juhl2-2/+2
2005-05-06[IPV6]: Fix OOPS when using IPV6_ADDRFORMArnaldo Carvalho de Melo1-4/+8
2005-05-04[NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit()Patrick McHardy1-2/+0