summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 6LoWPAN: UDP header decompressionalex.bluesman.smirnov@gmail.com2011-11-141-1/+60
* 6LoWPAN: UDP header compressionalex.bluesman.smirnov@gmail.com2011-11-142-4/+52
* 6LoWPAN: set proper netdev flagsalex.bluesman.smirnov@gmail.com2011-11-141-2/+1
* 6LoWPAN: disable debugging by defaultalex.bluesman.smirnov@gmail.com2011-11-141-2/+0
* 6LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com2011-11-142-4/+274
* ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2011-11-142-14/+9
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-095-21/+27
* ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-092-9/+8
* net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-084-8/+24
* sch_choke: use skb_header_pointer()Eric Dumazet2011-11-081-10/+17
* net: make ipv6 PKTINFO honour freebindMaciej Żenczykowski2011-11-081-1/+1
* net: make ipv6 bind honour freebindMaciej Żenczykowski2011-11-081-1/+1
* sctp: fasthandoff with ASCONF at server-nodeMichio Honda2011-11-081-1/+7
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-082-1/+19
* net: better pcpu data alignmentEric Dumazet2011-11-084-4/+4
* ipv4: Fix inetpeer expire time informationSteffen Klassert2011-11-081-3/+7
* tcp: Fix comments for Nagle algorithmFeng King2011-11-081-1/+1
* l2tp: fix l2tp_udp_recv_core()Eric Dumazet2011-11-081-4/+4
* ipv6: drop packets when source address is multicastBrian Haley2011-11-081-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-078-19/+34
|\
| * wanrouter: Remove kernel_lock annotationsRichard Weinberger2011-11-071-2/+0
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-047-17/+34
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-047-17/+34
| | |\
| | | * mac80211: disable powersave for broken APsJohannes Berg2011-11-022-2/+17
| | | * mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-021-6/+6
| | | * mac80211: config hw when going back on-channelEliad Peller2011-11-021-2/+1
| | | * mac80211: fix remain_off_channel regressionEliad Peller2011-11-021-2/+2
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-023-5/+8
| | | |\
| | | | * Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg2011-10-311-2/+0
| | | | * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-311-1/+1
| | | | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-2/+7
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06161-0/+167
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker2011-10-311-0/+1
| * | | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31129-0/+130
| * | | | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-316-0/+6
| * | | | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-3129-0/+30
* | | | | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-044-36/+106
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-02325-6196/+15275
| |\ \ \ \
| * | | | | SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-252-15/+0
| * | | | | SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0
| * | | | | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-1/+2
| * | | | | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-251-1/+0
| * | | | | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-251-2/+9
| * | | | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-252-1/+36
| * | | | | SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4
| * | | | | SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
| * | | | | NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
* | | | | | af_packet: de-inline some helper functionsOlof Johansson2011-11-031-26/+26
* | | | | | net: Add back alignment for size for __alloc_skbTony Lindgren2011-11-031-0/+1
* | | | | | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-032-0/+2
OpenPOWER on IntegriCloud