aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-06-29[TIPC]: Initial activation message now includes TIPC version numberAllan Stephens
2006-06-29[TIPC]: Improve response to requests for node/link informationAllan Stephens
2006-06-29[TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens
2006-06-29[IrDA]: Fix RCU lock pairing on error pathJosh Triplett
2006-06-29[XFRM]: unexport xfrm_state_mtuAdrian Bunk
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk
2006-06-29[NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan
2006-06-29[NET]: Add ECN support for TSOMichael Chan
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang
2006-06-29[NET]: Make illegal_highdma more analHerbert Xu
2006-06-29[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel
2006-06-29[NET]: Added GSO header verificationHerbert Xu
2006-06-29[NETFILTER]: statistic match: add missing Kconfig help textPatrick McHardy
2006-06-29[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy
2006-06-29[NETFILTER]: xt_sctp: fix --chunk-types matchingJorge Matias
2006-06-29[NETFILTER]: xt_tcpudp: fix double unregistration in error pathYuri Gushin
2006-06-29[NETFILTER]: nf_conntrack: Fix undefined references to local_bh_*Yasuyuki Kozakai
2006-06-29[NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-06-26[PATCH] net/rxrpc: use list_move()Akinobu Mita
2006-06-26spelling fixesAndreas Mohr
2006-06-26[NETROM]: Fix possible null pointer dereference.Ralf Baechle
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathNeil Horman
2006-06-26[NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge
2006-06-26[ATM]: atm/mpc.c warning fixAndrew Morton
2006-06-26[NET]: skb_find_text ignores to argumentPhil Oester
2006-06-25[NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk
2006-06-25[NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan
2006-06-25[NET]: Fix CHECKSUM_HW GSO problems.Herbert Xu
2006-06-25[TIPC]: Fix incorrect correction to discovery timer frequency computation.Allan Stephens
2006-06-25[TIPC]: Get rid of dynamically allocated arrays in broadcast code.Allan Stephens
2006-06-25[TIPC]: Fixed link switchover bugsAllan Stephens
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens
2006-06-25[TIPC]: First phase of assert() cleanupAllan Stephens
2006-06-25[TIPC]: Disallow config operations that aren't supported in certain modes.Allan Stephens
2006-06-25[TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachableAllan Stephens
2006-06-25[TIPC]: Added missing warning for out-of-memory conditionAllan Stephens
2006-06-25[TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens
2006-06-25[TIPC]: Optimized argument validation done by connect().Allan Stephens
2006-06-25[TIPC]: Simplify code for returning partial success of stream send request.Allan Stephens
2006-06-25[TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens