aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [TIPC]: Initial activation message now includes TIPC version numberAllan Stephens2006-06-291-1/+2
* [TIPC]: Improve response to requests for node/link informationAllan Stephens2006-06-292-11/+19
* [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens2006-06-291-5/+6
* [IrDA]: Fix RCU lock pairing on error pathJosh Triplett2006-06-291-1/+2
* [XFRM]: unexport xfrm_state_mtuAdrian Bunk2006-06-291-2/+0
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-291-1/+1
* [NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante2006-06-291-1/+1
* [ATM]: basic sysfs support for ATM devicesRoman Kagan2006-06-296-5/+206
* [NET]: Add ECN support for TSOMichael Chan2006-06-293-8/+0
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-292-0/+38
* [NET]: Make illegal_highdma more analHerbert Xu2006-06-291-4/+2
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-293-3/+8
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-297-7/+7
* [NET]: Added GSO header verificationHerbert Xu2006-06-296-19/+40
* [NETFILTER]: statistic match: add missing Kconfig help textPatrick McHardy2006-06-291-1/+4
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-292-4/+20
* [NETFILTER]: xt_sctp: fix --chunk-types matchingJorge Matias2006-06-291-1/+1
* [NETFILTER]: xt_tcpudp: fix double unregistration in error pathYuri Gushin2006-06-291-1/+1
* [NETFILTER]: nf_conntrack: Fix undefined references to local_bh_*Yasuyuki Kozakai2006-06-292-0/+3
* [NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy2006-06-293-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-293-4/+1
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-2714-18/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-262-2/+2
|\ \ | |/ |/|
| * spelling fixesAndreas Mohr2006-06-262-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-2626-459/+706
|\ \
| * | [NETROM]: Fix possible null pointer dereference.Ralf Baechle2006-06-261-4/+8
| * | [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-2/+24
| * | [NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge2006-06-261-7/+3
| * | [ATM]: atm/mpc.c warning fixAndrew Morton2006-06-261-2/+1
| * | [NET]: skb_find_text ignores to argumentPhil Oester2006-06-261-1/+4
| * | [NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk2006-06-251-1/+1
| * | [NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan2006-06-251-0/+3
| * | [NET]: Fix CHECKSUM_HW GSO problems.Herbert Xu2006-06-251-11/+11
| * | [TIPC]: Fix incorrect correction to discovery timer frequency computation.Allan Stephens2006-06-251-3/+3
| * | [TIPC]: Get rid of dynamically allocated arrays in broadcast code.Allan Stephens2006-06-251-24/+17
| * | [TIPC]: Fixed link switchover bugsAllan Stephens2006-06-253-8/+31
| * | [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-2513-126/+149
| * | [TIPC]: First phase of assert() cleanupAllan Stephens2006-06-257-109/+153
| * | [TIPC]: Disallow config operations that aren't supported in certain modes.Allan Stephens2006-06-251-45/+38
| * | [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachableAllan Stephens2006-06-251-1/+5
| * | [TIPC]: Added missing warning for out-of-memory conditionAllan Stephens2006-06-251-0/+1
| * | [TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens2006-06-251-3/+0
| * | [TIPC]: Optimized argument validation done by connect().Allan Stephens2006-06-251-4/+13
| * | [TIPC]: Simplify code for returning partial success of stream send request.Allan Stephens2006-06-251-2/+2
| * | [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens2006-06-251-3/+3
| * | [TIPC]: Improved performance of error checking during socket creation.Allan Stephens2006-06-251-6/+3