aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-0/+1
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-0/+1
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+3
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+2
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-1/+1
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet1-2/+6
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet1-1/+1
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet1-1/+1
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet2-9/+1
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+2
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee1-0/+2
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-0/+4
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+35
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+15
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman1-0/+5
2012-07-31memcg: rename config variablesAndrew Morton1-2/+2
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller1-0/+3
2012-07-31ipv4: Cache routes in nexthop exception entries.David S. Miller1-0/+1
2012-07-31ipv4: percpu nh_rth_output cacheEric Dumazet1-1/+2
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet3-10/+11
2012-07-30ipv4: remove rt_cache_rebuild_countEric Dumazet1-2/+0
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet2-6/+14
2012-07-26ipv6: Early TCP socket demuxEric Dumazet2-6/+9
2012-07-26ipv4: Fix input route performance regression.David S. Miller1-2/+17
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds64-652/+1383
2012-07-23ipv4: Change rt->rt_iif encoding.David S. Miller1-1/+5
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-0/+1
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+1
2012-07-22Merge branch 'kill_rtcache'David S. Miller5-32/+30
2012-07-22get rid of ->scm_work_listAl Viro1-1/+0
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-2/+2
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman3-1/+31
2012-07-20ipv4: Fix neigh lookup keying over loopback/point-to-point devices.David S. Miller1-3/+0
2012-07-20ipv4: Kill rt->fiDavid S. Miller1-1/+0
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller1-3/+3
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller1-1/+0
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2-3/+1
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller1-0/+1
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller1-0/+2
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-0/+1
2012-07-20net: Document dst->obsolete better.David S. Miller1-1/+13
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller1-0/+7
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller1-1/+0
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller1-5/+0
2012-07-20ipv4: Kill ip_route_input_noref().David Miller1-14/+2
2012-07-20ipv4: Delete routing cache.David S. Miller1-1/+0
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko1-1/+1
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-4/+6
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-0/+2
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-67/+111
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-2/+4
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2-2/+7
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-0/+9
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+4
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+8
2012-07-19net: Fix warnings in dst_ops.hDavid S. Miller1-0/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet2-2/+1
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov1-1/+1
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-7/+19
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet2-1/+15
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+2
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-1/+2
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-3/+34
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller6-6/+30
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller1-0/+18
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-2/+4
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez1-0/+5
2012-07-17ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen1-0/+21
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-0/+1
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2-4/+4
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller1-0/+2
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller1-0/+2
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-0/+1
2012-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-35/+70
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller1-9/+3
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg1-4/+0
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg1-0/+9
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-57/+58
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-35/+70
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller1-1/+0
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-2/+8
2012-07-12mac80211: optimize ieee80211_rx_status struct layoutJohannes Berg1-7/+7
2012-07-12nl80211: move scan API to wdevJohannes Berg1-3/+4
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg1-9/+10
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2-2/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+2
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller1-0/+2
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller1-6/+1
2012-07-11ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller1-0/+50
2012-07-11ipv4: Kill ip_rt_redirect().David S. Miller1-1/+0
2012-07-11ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller1-0/+3
2012-07-11ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller1-0/+1
2012-07-11ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller1-2/+1
2012-07-11tcp: TCP Small QueuesEric Dumazet2-0/+6
2012-07-11Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko1-0/+4
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-10ipv6: optimize ipv6 addresses comparesEric Dumazet1-1/+23
2012-07-10ipv4: Remove inetpeer from routes.David S. Miller1-57/+0
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller2-5/+1
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller3-7/+2
2012-07-10inet: Remove ->get_peer() method.David S. Miller1-1/+0
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2-4/+5
2012-07-10net: Kill set_dst_metric_rtt().David S. Miller1-6/+0
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller2-0/+4
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller1-0/+1
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-0/+4
2012-07-10ipv4: Fix crashes in fib_rules_tclass().David S. Miller1-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-3/+14
2012-07-09NFC: Driver failure APIEric Lapuyade1-0/+2
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade1-0/+2
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg1-14/+13
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg1-6/+16
2012-07-09mac80211: remove ieee80211_key_removedJohannes Berg1-16/+0
2012-07-09netfilter: nf_ct_ecache: fix crash with multiple containers, one shutting downPablo Neira Ayuso1-1/+1
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-1/+12
2012-07-05ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller2-4/+40
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev1-0/+2
2012-07-05{nl,cfg}80211: support high bitratesVladimir Kondratiev1-1/+1
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller1-16/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller1-0/+2
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-0/+4
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller1-0/+2
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2-2/+10
2012-07-05net: Do delayed neigh confirmation.David S. Miller2-23/+21
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller2-11/+28
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso1-0/+3
2012-07-03mac80211: add TX prepare APIJohannes Berg1-0/+15
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-4/+4
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg1-15/+0
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-0/+2
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman2-1/+6
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko1-0/+6
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-44/+79
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior1-6/+0
2012-06-29cfg80211: track monitor interfaces countMichal Kazior1-0/+4
2012-06-29cfg80211: track ibss fixed channelMichal Kazior1-0/+2
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior1-0/+3
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller2-0/+6
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala1-0/+2
2012-06-28ipv4: Adjust in_dev handling in fib_validate_source()David S. Miller1-1/+1
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-0/+2
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell1-0/+1
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg9-217/+313
2012-06-28cfg80211: allow advertising VHT capabilitiesMahesh Palivela1-0/+17
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller2-2/+1
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller1-0/+1
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller1-2/+3
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg1-6/+0
2012-06-27ipv4: Kill early demux method return value.David S. Miller2-2/+2
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller1-6/+4
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller3-6/+6
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet3-6/+6
2012-06-27netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng1-0/+8
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng1-1/+1
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg1-0/+2
2012-06-26mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com1-0/+8
2012-06-26Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2-24/+7
2012-06-26nl80211: specify RSSI threshold in scheduled scanThomas Pedersen1-0/+2
2012-06-25caif-hsi: Remove use of module parametersSjur Brændeland1-4/+10
2012-06-25caif-hsi: Replace platform device with ops structure.Sjur Brændeland1-19/+19
2012-06-25caif-hsi: Add rtnl supportSjur Brændeland1-1/+20
2012-06-25net: struct sock cleanupsEric Dumazet1-1/+2
2012-06-25net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian1-1/+1
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-24mac80211: clean up debuggingJohannes Berg1-24/+0
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2-1/+3
2012-06-22ipv4: Add sysctl knob to control early socket demuxAlexander Duyck1-0/+3
2012-06-22Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-20/+72
2012-06-21mac80211: add command to get current rssiVictor Goldenshtein1-0/+5
2012-06-19ipv4: Early TCP socket demux.David S. Miller4-2/+6
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller1-2/+5
2012-06-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-212/+298
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-212/+298
2012-06-18netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unsetPablo Neira Ayuso1-1/+1
2012-06-19Bluetooth: Use AUTO_OFF constant in jiffiesAndrei Emeltchenko1-1/+2
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso1-0/+43
2012-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+12
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalChun-Yeow Yeoh1-0/+4
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-1/+1
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-38/+43
2012-06-16include/net/dst.h: neaten asterisk placementEldad Zack1-9/+8
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-0/+11
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso1-0/+1
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso1-0/+4
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2-33/+17
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso1-3/+6