aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2012-10-19Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-10-17SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-16ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet1-6/+9
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko1-1/+8
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman66-754/+745
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-27/+28
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-204/+190
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-138/+82
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman1-1/+1
2012-10-12net: add doc for in4_pton()Amerigo Wang1-0/+12
2012-10-12net: add doc for in6_pton()Amerigo Wang1-0/+12
2012-10-12vti: fix sparse bit endian warningsstephen hemminger1-2/+2
2012-10-12tcp: resets are misroutedAlexey Kuznetsov2-4/+6
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+36
2012-10-11tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox1-0/+2
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr1-1/+2
2012-10-11Merge Trond's bugfixesJ. Bruce Fields1-5/+17
2012-10-10ipv4: fix route mark sparse warningstephen hemminger1-1/+1
2012-10-10bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2012-10-10pktgen: replace scan_ip6() with in6_pton()Amerigo Wang1-97/+4
2012-10-10pktgen: enable automatic IPv6 address settingAmerigo Wang1-13/+5
2012-10-10pktgen: display IPv4 address in human-readable formatAmerigo Wang1-2/+2
2012-10-10pktgen: set different default min_pkt_size for different protocolsAmerigo Wang1-7/+20
2012-10-10pktgen: fix crash when generating IPv6 packetsAmerigo Wang1-1/+1
2012-10-10Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-14/+15
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-125/+139
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields438-8900/+16221
2012-10-09RDS: fix rds-ping spinlock recursionjeff.liu1-1/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4-28/+50
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-1/+0
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov1-1/+5
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-4/+17
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov5-27/+32
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2-3/+2
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov1-1/+1
2012-10-08ipv4: fix sending of redirectsJulian Anastasov2-15/+18
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-9/+2
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2-10/+7
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-08net: gro: selective flush of packetsEric Dumazet1-7/+31
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert1-11/+11
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells3-27/+28
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-27/+50
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-6/+8
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-8/+21
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-36/+31
2012-10-06sections: fix section conflicts in netAndi Kleen6-6/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen4-4/+4
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne1-0/+1
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-70/+83
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-10-02ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds348-7791/+14603
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds43-133/+276
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-35/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-24/+14
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-10-01netlink: add attributes to fdb interfacestephen hemminger3-4/+7
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+22
2012-10-01SUNRPC: Refactor rpc_clone_client()Chuck Lever1-40/+43
2012-10-01SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-10-01SUNRPC: Clean up dprintk messages in rpc_pipe.cChuck Lever1-4/+4
2012-10-01ceph: propagate layout error on osd request creationSage Weil1-6/+9
2012-10-01libceph: check for invalid mappingSage Weil2-14/+36
2012-10-01gre: fix sparse warningstephen hemminger1-2/+2
2012-10-01net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter1-0/+3
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-01tcp: gro: add checksuming helpersEric Dumazet2-6/+33
2012-10-01ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-3/+2
2012-10-01libceph: Fix sparse warningIulius Curt1-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-203/+205
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+13
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller47-919/+1849
2012-09-28SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust1-1/+1
2012-09-28ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust3-38/+10
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust1-10/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-134/+197
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville47-919/+1849
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-27inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-27net: remove sk_init() helperEric Dumazet2-19/+0
2012-09-27pkt_sched: Fix warning false positives.David S. Miller2-2/+2
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger3-63/+71
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger3-19/+1
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2-25/+10
2012-09-27gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-4/+4
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc1-5/+5
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc1-7/+39
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville1-0/+8
2012-09-27NFC: LLCP raw socket supportThierry Escande4-4/+137
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc1-2/+2
2012-09-26make get_file() return its argumentAl Viro2-4/+2
2012-09-26new helper: iterate_fd()Al Viro1-26/+12
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro3-17/+30
2012-09-26take descriptor handling from sock_alloc_file() to callersAl Viro1-22/+40
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust1-0/+2
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt1-4/+4
2012-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-39/+71
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville11-30/+82
2012-09-25Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-8/+12
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-09-25cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev1-5/+14
2012-09-25net: raw: revert unrelated changeEric Dumazet1-12/+7
2012-09-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-4/+28
2012-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+1
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2-2/+2
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz3-17/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade4-1009/+123
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade4-2/+851
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade4-2/+105
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade4-1/+241
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-20/+42
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-1/+33
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade4-24/+21
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz1-2/+1
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-25/+2
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun1-5/+9
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun2-4/+2
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo6-118/+26
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan1-3/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann1-3/+9
2012-09-24net: use a per task frag allocatorEric Dumazet8-185/+144
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller32-617/+693
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville6-65/+195
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville16-245/+415
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso1-2/+7
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso1-3/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso3-2/+26
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-1/+23
2012-09-24rfkill: prevent unnecessary event generationVitaly Wool1-1/+7
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing1-6/+7
2012-09-23batman-adv: Fix change mac address of soft iface.Def1-2/+5
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik6-20/+50
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik2-5/+8
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik11-39/+72
2012-09-22netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik1-23/+21
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell3-4/+11
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell2-6/+2
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+28
2012-09-21libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik6-10/+13
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik7-33/+39
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-3/+36
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang6-17/+17
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun1-0/+4
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang1-0/+1
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA before disassocJohannes Berg1-1/+1
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt9-230/+207
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt9-212/+181
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber1-3/+1
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy2-0/+4
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso1-55/+55
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause1-4/+5