aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck2-19/+19
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck1-33/+30
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck3-39/+47
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa4-7/+95
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-9/+31
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-0/+10
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby1-2/+2
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2-3/+9
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu1-7/+85
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2-6/+3
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli4-0/+161
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck3-17/+13
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner3-6/+56
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-02-22bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu1-22/+24
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali1-5/+5
2015-02-22batman-adv: Fix use of seq_has_overflowed()Joe Perches1-1/+1
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar4-16/+9
2015-02-21ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter1-1/+1
2015-02-21ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater1-1/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-18/+34
2015-02-20batman-adv: Remove uses of return value of seq_printfJoe Perches1-9/+10
2015-02-20tcp: silence registration messagestephen hemminger1-1/+1
2015-02-20Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg1-30/+2
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2-5/+7
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg1-17/+7
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg1-0/+6
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg1-2/+1
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg4-4/+12
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg4-22/+39
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg1-4/+10
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg1-5/+5
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg1-1/+1
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-48/+173
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck1-2/+7
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg1-10/+20
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg1-0/+14
2015-02-15Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann3-1/+32
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-1/+8
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann2-2/+1
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann2-2/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2-18/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2-5/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2-2/+2
2015-02-14net: spelling fixesStephen Hemminger3-3/+3
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida1-1/+1
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar1-1/+1
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An1-0/+6
2015-02-146lowpan: nhc: add other known rfc6282 compressionsAlexander Aring9-0/+213