summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-25net: poll/select low latency socket supportEliezer Tamir3-2/+22
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2-10/+25
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann1-1/+1
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann3-29/+12
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa1-5/+4
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-25gre: fix a possible skb leakEric Dumazet2-9/+13
2013-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport1-8/+0
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet1-0/+1
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+107
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-8/+15
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-323/+308
2013-06-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville20-223/+371
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-1/+1
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng1-4/+8
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-24mac80211: allow self-protected frame tx without staThomas Pedersen1-1/+2
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel1-1/+1
2013-06-24wireless: check for dangling wdev->current_bss pointerBen Greear1-0/+6
2013-06-24wireless: add comments about bss refcountingBen Greear2-0/+7
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear1-1/+4
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2-1/+2
2013-06-24netfilter: nf_nat_sip: fix manglingBalazs Peter Odor1-1/+2
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho2-2/+6
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller35-762/+1561
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-23VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan1-1/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang1-10/+4
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-2/+0
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko1-2/+2
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes1-0/+3
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes1-12/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-30/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-113/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes1-6/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16