summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
| * | | | | l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-021-1/+2
| * | | | | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
| * | | | | net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2013-07-022-114/+0
| * | | | | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-012-10/+12
| * | | | | vti: remove duplicated code to fix a memory leakCong Wang2013-07-011-7/+0
| * | | | | gre: fix a regression in ioctlCong Wang2013-07-011-4/+5
| * | | | | net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-0116-409/+383
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-012-8/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge ../vxlan-xStephen Hemminger2013-06-252-8/+5
| | |\ \ \ \ \
| | | * | | | | bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
| | | * | | | | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
| * | | | | | | x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-011-7/+8
| * | | | | | | netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
| * | | | | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
| * | | | | | | ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel2013-07-011-4/+8
| * | | | | | | ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa2013-07-011-1/+1
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-07-0126-555/+682
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-2826-555/+682
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-261-1/+1
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-06-246-323/+308
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan2013-06-231-1/+9
| | | | * | | | | | | | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
| | | | * | | | | | | | Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-2/+0
| | | | * | | | | | | | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko2013-06-231-2/+2
| | | | * | | | | | | | Bluetooth: Mgmt Device Found EventAndre Guedes2013-06-231-0/+3
| | | | * | | | | | | | Bluetooth: Remove empty event handlerAndre Guedes2013-06-231-12/+0
| | | | * | | | | | | | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0
| | | | * | | | | | | | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0
| | | | * | | | | | | | Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes2013-06-231-6/+3
| | | | * | | | | | | | Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes2013-06-231-16/+16
| | | | * | | | | | | | Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes2013-06-231-14/+2
| | | | * | | | | | | | Bluetooth: Update stop_discovery to use HCI requestAndre Guedes2013-06-231-7/+40
| | | | * | | | | | | | Bluetooth: Use HCI request in interleaved discoveryAndre Guedes2013-06-233-28/+64
| | | | * | | | | | | | Bluetooth: Move discovery macros to hci_core.hAndre Guedes2013-06-231-18/+6
| | | | * | | | | | | | Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes2013-06-231-21/+21
| | | | * | | | | | | | Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes2013-06-231-23/+1
| | | | * | | | | | | | Bluetooth: Update start_discovery to use HCI requestAndre Guedes2013-06-231-9/+85
| | | | * | | | | | | | Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes2013-06-231-5/+5
| | | | * | | | | | | | Bluetooth: Fix multiple LE socket handlingJohan Hedberg2013-06-231-4/+8
| | | | * | | | | | | | Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg2013-06-231-2/+0
| | | | * | | | | | | | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg2013-06-231-3/+5
| | | | * | | | | | | | Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg2013-06-231-4/+1
| | | | * | | | | | | | Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3
| | | | * | | | | | | | Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0
| | | | * | | | | | | | Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg2013-06-231-0/+3
| | | | * | | | | | | | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg2013-06-231-2/+6
| | | | * | | | | | | | Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg2013-06-231-10/+4
| | | | * | | | | | | | Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg2013-06-231-1/+1
| | | | * | | | | | | | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-232-9/+9
OpenPOWER on IntegriCloud