aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-86/+114
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet2-3/+10
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+14
2013-07-16net: Fix sysfs_format_mac() code duplication.David S. Miller1-20/+1
2013-07-16ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta1-3/+3
2013-07-15svcrdma: underflow issue in decode_write_list()Dan Carpenter1-6/+14
2013-07-15SUNRPC: Fix another issue with rpc_client_register()Trond Myklebust1-0/+1
2013-07-14net: delete __cpuinit usage from all net filesPaul Gortmaker2-3/+3
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-52/+26
2013-07-14sunrpc: now we can just set ->s_d_opAl Viro1-3/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrAl Viro1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro3-31/+21
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-146/+170
2013-07-12ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-12tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-07-12net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2013-07-11net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko1-7/+1
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck3-9/+12
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-12/+29
2013-07-11inet: fix spacing in assignmentCamelia Groza1-1/+1
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds3-76/+167
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-51/+63
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir3-9/+9
2013-07-10net: rename ll methods to busy-pollEliezer Tamir4-4/+4
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir9-9/+9
2013-07-10SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust1-7/+9
2013-07-09rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds331-7956/+11095
2013-07-09rpc_pipe: set dentry operations at d_alloc timeJeff Layton1-5/+20
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+4
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann2-0/+15
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-31/+38
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-45/+53
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir3-10/+11
2013-07-08svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-07-079P: Add cancelled() to the transport functions.Simon Derr2-3/+20
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr2-3/+34
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr1-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr1-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr1-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr1-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr1-3/+1
2013-07-079pnet: refactor struct p9_fcall alloc codeSimon Derr1-17/+18
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr1-19/+0
2013-07-079P: Fix fcall allocation for rdmaSimon Derr1-16/+23
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-1/+39
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang2-2/+2
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina89-405/+867
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-03net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti1-1/+4
2013-07-03net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti1-0/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds4-8/+7
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-6/+5
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-03libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng1-7/+7
2013-07-03libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-03libceph: fix truncate size calculationYan, Zheng1-6/+8
2013-07-03libceph: fix safe completionYan, Zheng1-9/+8
2013-07-03libceph: print more info for short message headerAlex Elder1-2/+4
2013-07-03libceph: add lingering request reference when registeredAlex Elder1-7/+5
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-58/+88
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann3-103/+131
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2-5/+34
2013-07-02l2tp: make datapath sequence number support RFC-compliantJames Chapman2-5/+33
2013-07-02l2tp: do data sequence number handling in a separate funcJames Chapman1-20/+34
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2-2/+8
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-22/+2
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-02l2tp: add missing .owner to struct pppox_protoWei Yongjun1-1/+2
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2-114/+0
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-10/+12
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-01gre: fix a regression in ioctlCong Wang1-4/+5
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann16-409/+383
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2-8/+5
2013-07-01x25: Fix broken locking in ioctl error paths.Dave Jones1-7/+8
2013-07-01netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown1-1/+2
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2-8/+2
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown1-1/+5
2013-07-01sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown1-13/+7
2013-07-01sunrpc/cache: remove races with queuing an upcall.NeilBrown1-11/+29
2013-07-01svcrpc: don't error out on small tcp fragmentJ. Bruce Fields1-1/+1
2013-07-01svcrpc: fix handling of too-short rpc'sJ. Bruce Fields1-2/+7
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields2-4/+5
2013-07-01svcrpc: introduce init_svc_credJ. Bruce Fields1-4/+2
2013-07-01Merge branch 'for-3.10' into 'for-3.11'J. Bruce Fields2-8/+12
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel1-4/+8
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller26-555/+682
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar3-5/+18
2013-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller22-783/+451
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal1-2/+14
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs2-16/+52
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2-5/+64
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-8/+31
2013-06-28SUNRPC: PipeFS MOUNT notification optimization for dying clientsStanislav Kinsbursky1-0/+2
2013-06-28SUNRPC: split client creation routine into setup and registrationStanislav Kinsbursky1-25/+39
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2-5/+2
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2-11/+18
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville26-555/+682
2013-06-28Merge branch 'freezer'Rafael J. Wysocki2-2/+3
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira2-18/+19
2013-06-27sit: add support of x-netnsNicolas Dichtel2-11/+41
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel2-10/+24
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa1-1/+4
2013-06-26af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan3-30/+40
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-0/+6
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov2-0/+19
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin1-15/+85
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov1-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov2-704/+157
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin3-14/+32
2013-06-26ipvs: provide iph to schedulersJulian Anastasov11-34/+32
2013-06-25Merge ../vxlan-xStephen Hemminger2-8/+5
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-06-25net: poll/select low latency socket supportEliezer Tamir3-2/+22
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2-10/+25
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann1-1/+1
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann3-29/+12
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa1-5/+4
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-25gre: fix a possible skb leakEric Dumazet2-9/+13
2013-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport1-8/+0
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet1-0/+1
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+107
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-8/+15
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-323/+308
2013-06-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville20-223/+371
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-1/+1
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng1-4/+8
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-24mac80211: allow self-protected frame tx without staThomas Pedersen1-1/+2
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel1-1/+1
2013-06-24wireless: check for dangling wdev->current_bss pointerBen Greear1-0/+6
2013-06-24wireless: add comments about bss refcountingBen Greear2-0/+7
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear1-1/+4
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2-1/+2
2013-06-24netfilter: nf_nat_sip: fix manglingBalazs Peter Odor1-1/+2
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho2-2/+6
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller35-762/+1561
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-23VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan1-1/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang1-10/+4
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-2/+0
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko1-2/+2
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes1-0/+3
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes1-12/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-30/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-113/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes1-6/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes1-14/+2
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes1-7/+40