summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-15[NET]: Regenerate flow cache hash rnd more sanely.David S. Miller
2003-05-15[NET]: Split out policy flow cache to be a generic facility.David S. Miller
2003-05-14[NET]: dev_load extern inline --> static inline.David S. Miller
2003-05-14[RTNETLINK]: extern __inline__ --> static inline.David S. Miller
2003-05-13Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller
2003-05-13[NET]: netif_receive_skb() warning fix.Andrew Morton
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole
2003-05-12[NET]: wireless.c needs module.hAdrian Bunk
2003-05-11[NET]: Network packet type using RCU.Stephen Hemminger
2003-05-11[PATCH] Wireless Extension 16Jean Tourrilhes
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-07[PKTGEN]: Module and dev cleanup.Stephen Hemminger
2003-05-06[NET]: Remove duplicated alloc_skb debug check.Andrew Morton
2003-05-03[NET]: Fix typo in previous neighbour.c change.David S. Miller
2003-05-03[NET]: Use dump_stack in neigh_destroy.David S. Miller
2003-05-03[NET]: Use mod_timer in dst.cVinay K. Nallamothu
2003-05-02Merge bk://kernel.bkbits.net/acme/net_family-2.5David S. Miller
2003-05-02o net: improve the current module infrastructureArnaldo Carvalho de Melo
2003-05-02o net/core/dev: another fix for the seq_file handling of /proc/net/devArnaldo Carvalho de Melo
2003-05-02o net/core/dev: add missing ++*pos in dev_seq_nextArnaldo Carvalho de Melo
2003-05-02o net/core/dev: fix obvious bug in dev_get_idx.Arnaldo Carvalho de Melo
2003-04-29[NETFILTER]: Put back missing list_head iterator local var.Andrew Morton
2003-04-29[NETFILTER]: Possible use of freed skbuff in netfilter.cBart De Schuymer
2003-04-29[NET]: Remove skb_head_pool.Robert Olsson
2003-04-28[NETFILTER]: Use Read Copy Update.Stephen Hemminger
2003-04-28[NET]: Spelling fixes for net/Steven Cole
2003-04-28Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller
2003-04-28o net: save some more bytes in the kernel image moving global zero inits to .bssArnaldo Carvalho de Melo
2003-04-28o net: several C99 struct init style conversions and cleanupsArnaldo Carvalho de Melo
2003-04-28o af_key: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo
2003-04-27Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller
2003-04-27o wireless: make the ioctl tables more resilient to errors using C99 style initArnaldo Carvalho de Melo
2003-04-27[NETFILTER]: Kill unused var in nf_reinject.David S. Miller
2003-04-27[NETFILTER]: Add owner field to nf_hook_ops.Rusty Russell
2003-04-22[NET]: SG without checksum support is illegal.David S. Miller
2003-04-22o net: module refcounting for sk_alloc/sk_freeArnaldo Carvalho de Melo
2003-04-21Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller
2003-04-21o rtnetlink: use C99 struct init styleArnaldo Carvalho de Melo
2003-04-20[NET]: In sock_alloc_send_pskb, add __GFP_REPEAT when __GFP_WAIT.David S. Miller
2003-04-11Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-04-09[BRIDGE]: Fix several locking bugs, plus cleanups.Stephen Hemminger
2003-04-09[NETFILTER]: Push skb linearization deeper inside of implementation.Rusty Russell
2003-04-08Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds
2003-04-07[PATCH] wireless uses __initAlan Cox
2003-04-06[NET]: skb_headlen() cleanup.James Morris
2003-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman
2003-04-02[NET]: Add synchronize_net.Stephen Hemminger
2003-03-30[NET]: Use might_sleep in alloc_skb.David S. Miller