aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+9
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-0/+9
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-0/+1
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-0/+1
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov1-1/+2
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2012-10-06sections: fix section conflicts in netAndi Kleen1-0/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds59-591/+1307
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-19/+35
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-40/+25
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet1-0/+3
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+103
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-16/+1
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-133/+188
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+13
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-133/+188
2012-09-27net: remove sk_init() helperEric Dumazet1-2/+0
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-0/+76
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-4/+21
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade1-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade1-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade1-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo3-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+6
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+24
2012-09-24net: use a per task frag allocatorEric Dumazet2-15/+16
2012-09-24net: Remove unnecessary NULL check in scm_destroy().David S. Miller1-1/+1
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-15/+51
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+10
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-0/+9
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+13
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang1-1/+1
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-2/+11
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang1-0/+19
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2-0/+11
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg3-0/+30
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel1-3/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2-1/+10
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-1/+1
2012-09-18cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu1-0/+19
2012-09-18cfg80211: remove obsolete comment for .sched_scan_stop() callbackArend van Spriel1-3/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman2-12/+13
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-1/+0
2012-09-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman3-1/+5
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+2
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner2-21/+9
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner1-7/+5
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner1-5/+6
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner2-8/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman6-51/+51
2012-09-10mac80211: add key flag for management keysJohannes Berg1-2/+10
2012-09-08Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko1-0/+6
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-1/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-9/+0
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-6/+44
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-1/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-4/+19
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg9-38/+50
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-0/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-0/+1
2012-09-05cfg80211: add kerneldoc entry for "vht_cap"Robert P. J. Day1-0/+1
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert1-0/+3
2012-09-03Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller16-95/+171
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-2/+8
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso12-55/+234
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso1-0/+20
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu2-15/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu2-7/+75
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann1-4/+14
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
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-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2-2/+4
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy3-0/+7
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy1-0/+3
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy9-90/+125
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-3/+8
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-1/+1
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman11-15/+24
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy2-0/+4
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller6-7/+22
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-21/+117
2012-08-23packet: fix broken build.Rami Rosen1-1/+1
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov1-1/+1
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller1-3/+13
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-15/+16
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+3
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-21/+117
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-2/+1
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2-1/+10
2012-08-21Bluetooth: Add more HCI error codesMikel Astiz1-0/+3
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-0/+5
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-2/+38
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-14/+39
2012-08-20wireless: add radiotap A-MPDU status fieldJohannes Berg1-0/+11
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli1-0/+4
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+2
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-34/+34
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-1/+1
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-34/+34
2012-08-15sctp: fix a compile error in sctp.hCong Wang1-2/+2
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman2-116/+90
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman1-3/+3
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman1-1/+2
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman1-1/+1
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman1-1/+1
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2-8/+9
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman2-1/+9
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman2-5/+7
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman2-13/+17
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman2-1/+8
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman4-23/+28
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2-4/+5
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2-3/+3
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman2-2/+3
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman1-1/+2
2012-08-14userns: Implement sk_user_nsEric W. Biederman1-0/+9
2012-08-14userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman1-2/+2
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-1/+4
2012-08-14userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman1-1/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-1/+1
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+0
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-1/+1
2012-08-14gre: Support GRE over IPv6xeb@mail.ru2-2/+40
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-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville5-34/+34
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov1-0/+11
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov1-3/+2
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov1-0/+7
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov1-0/+1
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov2-2/+4
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet1-1/+1
2012-08-07net: output path optimizationsEric Dumazet2-8/+16
2012-08-06net: avoid reloads in SNMP_UPD_PO_STATSEric Dumazet1-4/+6
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet2-9/+1
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+10
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-14/+2
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko1-0/+9
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: Remove missing codeAndre Guedes1-6/+0
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman68-662/+1452
2012-08-03netlink: add signed typesJiri Pirko1-0/+98
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-31mac80211: move TX station pointer and restructure TXThomas Huehn1-5/+15
2012-07-31mac80211: add PS flag to bss_confEliad Peller1-0/+5
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