aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"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/viro/vfsDavid 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-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-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller32-160/+1325
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid 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 when 'external' entity notifies the agingSiva Mannem1-1/+1
2015-02-04xps: fix xps for stacked devicesEric Dumazet2-1/+10
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 properlyAl 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_doi_free"Markus Elfring1-2/+1
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"Markus Elfring1-2/+1
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-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-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg1-16/+9
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