aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen32-47/+67
2014-07-15net: set name assign type for renamed devicesTom Gundersen1-0/+7
2014-07-15net: add name_assign_type netdev attributeTom Gundersen1-0/+20
2014-07-14udp: Move udp_tunnel_segment into udp_offload.cTom Herbert2-76/+76
2014-07-14l2tp: Call udp_sock_createTom Herbert2-59/+28
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert3-0/+105
2014-07-13net: filter: sk_chk_filter() no longer mangles filterEric Dumazet1-3/+3
2014-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller19-1326/+3117
2014-07-11ipv6: Use BUG_ONHimangi Saraogi1-2/+2
2014-07-11net: ipv6: Use BUG_ONHimangi Saraogi1-4/+2
2014-07-11ipv6: addrconf: implement address generation modesJiri Pirko1-18/+38
2014-07-11net/hsr: Remove left-over never-true conditional code.Arvid Brodin1-4/+0
2014-07-11ipv4: remove the unnecessary variable in udp_mcast_nextLi RongQing1-5/+4
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville19-1326/+3117
2014-07-10ipv6: fix the check when handle RALi RongQing1-6/+6
2014-07-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville15-1287/+3044
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville10-104/+158
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim2-19/+70
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim3-4/+12
2014-07-09ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller1-1/+1
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick1-2/+1
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann1-0/+3
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2-0/+22
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg1-4/+12
2014-07-09Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg1-2/+4
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg1-52/+60
2014-07-09Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg1-0/+8
2014-07-09Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg1-0/+34
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2-2/+73
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg5-86/+31
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-1/+1
2014-07-08netpoll: fix use after freedavid decotigny1-1/+2
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing1-0/+37
2014-07-08tipc: fix a memleak when sending dataErik Hugne1-1/+4
2014-07-08net: sctp: Inline the functions from command.cDavid Laight2-69/+1
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong1-1/+1
2014-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller37-2180/+2148
2014-07-08net: filter: move load_pointer() into filter.hZi Shen Lim1-12/+3
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin1-2/+6
2014-07-08net/hsr: Better frame dispatchArvid Brodin11-586/+656
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup.Arvid Brodin1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2-8/+49
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin9-405/+438
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin6-164/+205
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin3-22/+30
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin5-27/+15
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin6-247/+283
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-08Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg1-0/+5