aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet1-2/+2
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan1-4/+4
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes3-6/+6
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme2-172/+362
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-42/+1146
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-07dsa: correctly determine the number of switches in a systemTobias Waldekranz1-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-06xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki1-0/+1
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy8-59/+114
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy6-101/+84
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy1-40/+29
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy11-241/+372
2015-02-05tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy3-43/+48
2015-02-05tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy1-15/+31
2015-02-05tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy1-62/+58
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy10-91/+98
2015-02-05pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline2-3/+20
2015-02-05flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-204/+274
2015-02-05xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever1-3/+4
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-04Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller1-1/+1
2015-02-04pkt_sched: fq: better control of DDOS trafficEric Dumazet1-2/+17
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller15-382/+192
2015-02-04tcp: do not pace pure ack packetsEric Dumazet2-3/+17
2015-02-04netfilter: Use rhashtable walk iteratorHerbert Xu1-17/+36
2015-02-04netlink: Use rhashtable walk iteratorHerbert Xu1-66/+64
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2015-02-04net/core: Add event for a change in slave stateMoni Shoua2-0/+21
2015-02-04tipc: separate link starting event from link timeout eventJon Paul Maloy1-1/+3
2015-02-04tipc: eliminate race during node creationJon Paul Maloy2-13/+7
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy2-0/+5
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy2-31/+50
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller32-160/+1325
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-165/+532
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem1-1/+1
2015-02-04xps: fix xps for stacked devicesEric Dumazet2-1/+10
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-1/+7
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard3-26/+34
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard3-7/+5
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich3-21/+44
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro1-29/+27
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro1-35/+21
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2-138/+1
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro2-7/+14
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro5-14/+12
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro3-131/+115
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2-6/+4
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro1-3/+0
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro1-33/+10
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-2/+1
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro1-0/+5
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring1-25/+24
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring1-2/+1
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring1-2/+1
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2-7/+13
2015-02-03Merge branch 'flexfiles'Trond Myklebust1-7/+19
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson1-7/+19
2015-02-03Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust4-344/+468
2015-02-03net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI IDMika Westerberg1-0/+1
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg1-4/+3
2015-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-63/+118
2015-02-02net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn3-1/+32
2015-02-02net-timestamp: no-payload optionWillem de Bruijn4-11/+25
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard1-0/+8
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard1-0/+11
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard3-0/+70
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard4-18/+722
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard2-0/+85
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2-0/+34
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard3-0/+68
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard4-33/+127
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg1-16/+9
2015-02-02Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields22-60/+123
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski1-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2-1/+92
2015-02-01bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu1-3/+23
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-0/+110
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu3-8/+10
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann1-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann1-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann1-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann1-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann1-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann1-1/+22
2015-01-31ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann1-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann1-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann1-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann1-0/+8
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann4-5/+5
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-01-30netlink: fix wrong subscription bitmask to group mapping inPablo Neira1-2/+2
2015-01-30netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy1-0/+1
2015-01-30netfilter: nft_compat: add ebtables supportArturo Borrero1-6/+57
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso1-2/+6
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever1-2/+5
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever2-11/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever3-23/+13
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever3-23/+23
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever4-29/+19
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever4-104/+78
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2-0/+98
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever1-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever3-7/+7
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2-7/+10
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever2-24/+14
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever4-8/+6
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever3-16/+10
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2-17/+13
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2-12/+13
2015-01-30xprtrdma: Clean up hdrlenChuck Lever1-5/+7
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever1-3/+5
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever1-22/+26
2015-01-30xprtrdma: human-readable completion statusChuck Lever1-13/+57
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+22
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2015-01-29dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc1-1/+2
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-28net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-59/+84
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell1-22/+9
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell1-4/+6
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell1-6/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell6-9/+13
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann1-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann1-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg1-0/+2
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg1-1/+2
2015-01-28Bluetooth: Fix check for SSP when enabling SCJohan Hedberg1-0/+1
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann1-20/+26
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg1-0/+15
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-121/+189
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2-13/+0
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+3
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard2-22/+44
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen12-3/+339
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen10-21/+171
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen10-31/+88
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen13-4/+482
2015-01-27cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersJouni Malinen1-0/+36
2015-01-27cfg80211: Fix BIP (AES-CMAC) cipher validationJouni Malinen1-12/+20
2015-01-27mac80211: handle potential race between suspend and scan completionLuciano Coelho2-1/+14
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller4-20/+26
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-26flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-26tipc: fix excessive network event loggingErik Hugne2-21/+21
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-26net: cls_basic: return from walking on match in basic_getDaniel Borkmann1-2/+5
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer6-91/+415
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9