summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau2010-10-121-98/+6
| | * | Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau2010-10-121-0/+109
| | * | Bluetooth: Validate PSM values in calls to connect() and bind()Mat Martineau2010-10-121-4/+21
| | * | Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin2010-10-121-4/+4
| | * | Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
* | | | phonet: remove the unused variable pnChangli Gao2010-10-201-1/+0
* | | | netpoll: Revert napi_poll fix for bonding driverNeil Horman2010-10-201-8/+1
* | | | inet: RCU changes in inetdev_by_index()Eric Dumazet2010-10-194-22/+16
* | | | net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2010-10-192-3/+3
* | | | bonding: Fix napi poll for bonding driverNeil Horman2010-10-181-1/+8
* | | | bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman2010-10-181-3/+3
* | | | IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls2010-10-181-7/+6
* | | | tipc: Simplify bearer shutdown logicAllan Stephens2010-10-181-27/+11
* | | | tipc: Kill tipc_get_mode() completely.David S. Miller2010-10-181-6/+0
* | | | fib_hash: RCU conversion phase 2Eric Dumazet2010-10-172-77/+101
* | | | fib_hash: RCU conversion phase 1Eric Dumazet2010-10-171-19/+38
* | | | fib_hash: embed initial hash table in fn_zoneEric Dumazet2010-10-171-29/+23
* | | | tcp: use correct counters in CA_CWR state tooIlpo Järvinen2010-10-171-6/+7
* | | | tcp: sack lost marking fixesIlpo Järvinen2010-10-171-10/+14
* | | | tipc: cleanup function namespacestephen hemminger2010-10-1626-389/+84
* | | | fib: avoid false sharing on fib_table_hashEric Dumazet2010-10-162-9/+11
* | | | fib_trie: use fls() instead of open coded loopEric Dumazet2010-10-161-12/+4
* | | | fib: remove a useless synchronize_rcu() callEric Dumazet2010-10-161-1/+0
* | | | fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet2010-10-161-2/+1
* | | | net: allocate skbs on local nodeEric Dumazet2010-10-161-12/+1
|/ / /
* | | Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2010-10-132-187/+212
* | | tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-139-375/+1
|/ /
* | net: percpu net_device refcountEric Dumazet2010-10-121-7/+33
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2010-10-129-63/+66
|\ \
| * | dccp: cosmetics - warning formatGerrit Renker2010-10-122-2/+2
| * | dccp: schedule an Ack when receiving timestampsGerrit Renker2010-10-122-2/+3
| * | dccp: generalise data-loss conditionIvo Calado2010-10-121-6/+15
| * | dccp: remove unused argument in CCID tx functionGerrit Renker2010-10-124-7/+6
| * | dccp: merge now-reduced connect_init() functionGerrit Renker2010-10-121-13/+5
| * | dccp: fix the adjustments to AWL and SWLGerrit Renker2010-10-123-33/+35
* | | net dst: use a percpu_counter to track entriesEric Dumazet2010-10-117-34/+64
|/ /
* | neigh: Protect neigh->ha[] with a seqlockEric Dumazet2010-10-113-25/+36
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-114-37/+37
|\ \
| * | net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-111-3/+3
| * | ATM: mpc, fix use after freeJiri Slaby2010-10-111-1/+1
| * | net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-081-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-10-082-2/+4
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2010-10-072-33/+33
| |\ \ \
| | * | | Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan2010-10-041-0/+5
| | * | | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gustavo F. Padovan2010-09-301-7/+1
| | * | | Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan2010-09-301-0/+4
| | * | | Bluetooth: Simplify L2CAP Streaming mode sendingGustavo F. Padovan2010-09-301-17/+7
| | * | | Bluetooth: fix MTU L2CAP configuration parameterAndrei Emeltchenko2010-09-301-3/+3
| | * | | Bluetooth: Only enable L2CAP FCS for ERTM or streamingMat Martineau2010-09-301-6/+13
* | | | | neigh: speedup neigh_hh_init()Eric Dumazet2010-10-112-40/+63
OpenPOWER on IntegriCloud