summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Fix build errors with xt_socket.cDavid S. Miller2013-09-051-0/+1
* ipv6:introduce function to find route for redirectDuan Jiong2013-09-056-11/+81
* bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-053-14/+6
* bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing2013-09-051-2/+8
* 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/+4
* 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/+10
* | 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/+6
* | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-046-18/+10
* | 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/+5
* | wireless: scan: Remove comment to compare_ether_addrJoe Perches2013-09-031-4/+0
* | batman: Remove reference to compare_ether_addrJoe Perches2013-09-031-1/+1
* | llc: Use normal etherdevice.h testsJoe Perches2013-09-033-8/+8
* | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-09-031-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-0330-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/+0
| | | * | | mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg2013-08-221-2/+1
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-8/+3
| | |\ \ \ \
| | | * | | | mac80211: ignore (E)CSA in probe response framesJohannes Berg2013-08-231-8/+3
| | * | | | | 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
| | | | * | | | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-0/+3
| | | | * | | | mac80211: add missing channel context releaseJohannes Berg2013-08-211-0/+1
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-08-227-200/+304
| | |\ \ \ \ \ \
| | | * | | | | | Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-212-11/+39
OpenPOWER on IntegriCloud