summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann2013-09-161-5/+81
* Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann2013-09-163-9/+54
* Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann2013-09-161-6/+17
* Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann2013-09-161-2/+2
* Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann2013-09-161-1/+3
* Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann2013-09-161-6/+11
* Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann2013-09-161-0/+3
* Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann2013-09-161-23/+41
* net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsDaniel Borkmann2013-09-041-16/+25
* net: ipv6: mld: refactor query processing into v1/v2 functionsDaniel Borkmann2013-09-041-33/+56
* net: ipv6: mld: similarly to MLDv2 have min max_delay of 1Daniel Borkmann2013-09-041-7/+7
* net: ipv6: mld: implement RFC3810 MLDv2 mode onlyDaniel Borkmann2013-09-041-4/+30
* net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-042-17/+4Star
* net: ipv6: mld: clean up MLD_V1_SEEN macroDaniel Borkmann2013-09-041-13/+21
* net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann2013-09-041-6/+110
* tcp: better comments for RTO initiallizationYuchung Cheng2013-09-041-6/+20
* net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin2013-09-041-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-09-044-9/+17
|\
| * netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester2013-09-041-1/+1
| * netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2013-09-042-4/+12
| * netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy2013-09-041-2/+2
| * netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2013-09-042-4/+4
* | tcp: Change return value of tcp_rcv_established()Vijay Subramanian2013-09-044-16/+10Star
* | net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann2013-09-041-1/+1
* | x25: add a sanity check parsing X.25 facilitiesDan Carpenter2013-09-041-0/+4
* | net: correctly interlink lower/upper devicesVeaceslav Falico2013-09-041-2/+2
* | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-046-21/+6Star
* | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-046-18/+10Star
* | skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-045-14/+19
* | vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-041-1/+1
* | iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-044-7/+5Star
* | wireless: scan: Remove comment to compare_ether_addrJoe Perches2013-09-041-4/+0Star
* | batman: Remove reference to compare_ether_addrJoe Perches2013-09-041-1/+1
* | llc: Use normal etherdevice.h testsJoe Perches2013-09-043-8/+8
* | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-09-041-4/+31
|\ \
| * | can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-291-4/+31
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-09-0430-583/+1046
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-2930-583/+1046
| |\ \ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-289-22/+27
| | |\ \ \
| | | * | | mac80211: fix change_interface queue assignmentsJohannes Berg2013-08-261-8/+11
| | | * | | cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-234-7/+8
| | | * | | mac80211: assign seqnums for group QoS framesBob Copeland2013-08-231-2/+4
| | | * | | mac80211: only respond to probe request with mesh IDChun-Yeow Yeoh2013-08-231-0/+3
| | | * | | mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg2013-08-231-3/+0Star
| | | * | | mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg2013-08-221-2/+1Star
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-8/+3Star
| | |\ \ \ \
| | | * | | | mac80211: ignore (E)CSA in probe response framesJohannes Berg2013-08-231-8/+3Star
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-284-21/+48
| | |\ \ \ \ \
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-222-4/+33
| | | |\| | | |
| | | | * | | | mac80211: ibss: fix ignored channel parameterSimon Wunderlich2013-08-211-4/+29