aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-242/+427
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-228/+402
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert4-5/+11
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert3-5/+6
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert1-4/+54
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli2-0/+71
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli6-49/+33
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu4-11/+21
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov2-6/+106
2015-07-30tipc: clean up link creationJon Paul Maloy4-121/+86
2015-07-30tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy1-15/+19
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy4-63/+10
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy3-70/+127
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy5-508/+342
2015-07-30tipc: extend node FSMJon Paul Maloy2-11/+92
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2-14/+22
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy5-69/+104
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy3-16/+8
2015-07-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller23-214/+461
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel socketSowmini Varadhan1-1/+2
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-30Bluetooth: 6lowpan: Fix possible raceAlexander Aring1-10/+13
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek3-21/+12
2015-07-30Bluetooth: cmtp: Do not use list_for_each_safe when not neededChristophe JAILLET1-4/+4
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang2-51/+51
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang2-63/+77
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang2-5/+17
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang1-20/+24
2015-07-30Bluetooth: Add BT_HS config optionArron Wang4-1/+40
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf5-200/+235
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-07-29net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc1-2/+0
2015-07-29net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc1-1/+2
2015-07-29lwtunnel: Make lwtun_encaps[] staticThomas Graf1-1/+1
2015-07-29net: Set sk_txhash from a random numberTom Herbert4-6/+6
2015-07-29tipc: fix bug in broadcast synch message create functionJon Maloy1-0/+3
2015-07-29packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser1-4/+2
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-07-29bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok1-24/+26
2015-07-29bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita1-7/+22