summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields2013-05-281-2/+4
| | * | | | | svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter2013-05-121-1/+1
| * | | | | | Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-264-22/+57
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust2013-05-221-1/+7
| | * | | | | SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust2013-05-163-19/+30
| | * | | | | SUNRPC: Faster detection if gssd is actually runningTrond Myklebust2013-05-163-1/+18
| | * | | | | SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust2013-05-151-2/+3
| | |/ / / /
* | | | | | netpoll: fix position of network headerAmerigo Wang2013-06-051-16/+4
* | | | | | pktgen: Fix position of ip and udp headerThomas Graf2013-06-051-27/+12
* | | | | | net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman2013-06-051-1/+1
* | | | | | ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2013-06-051-3/+3
* | | | | | net: mark netdev_create_hash __net_initBaruch Siach2013-06-051-1/+1
* | | | | | Kconfig: remove dangling references to the deleted fileJean Sacren2013-06-051-8/+3
* | | | | | xfrm: simplify the exit path of xfrm_output_one()Jean Sacren2013-06-051-5/+4
* | | | | | net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2013-06-042-32/+91
* | | | | | net: ipv4: make the ping /proc code AF-independentLorenzo Colitti2013-06-041-26/+47
* | | | | | net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-043-77/+44
* | | | | | icmp: avoid allocating large struct on stackCong Wang2013-06-031-17/+23
* | | | | | ] icmp: fix icmp_unreach() comment.Rami Rosen2013-06-031-1/+2
* | | | | | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-031-2/+10
* | | | | | ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs2013-06-031-0/+4
* | | | | | ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-034-41/+43
* | | | | | sit: add IPv4 over IPv4 supportNicolas Dichtel2013-06-012-4/+117
* | | | | | iptunnel: specify protocol outside IP headerNicolas Dichtel2013-06-013-4/+4
* | | | | | net: clean up skb headers codeCong Wang2013-06-011-11/+5
* | | | | | netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman2013-06-011-1/+1
* | | | | | gro: should aggregate frames without DFEric Dumazet2013-06-011-1/+2
* | | | | | net: Update RFS target at poll for tcp/udpDavid Majnemer2013-06-012-0/+4
* | | | | | sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-05-311-1/+1
* | | | | | tcp: undo on DSACK during recoveryYuchung Cheng2013-05-311-1/+7
* | | | | | tcp: fix undo on partial ack in recoveryYuchung Cheng2013-05-311-26/+33
* | | | | | tcp: refactor undo functionsYuchung Cheng2013-05-311-47/+50
* | | | | | tcp: consolidate PRR packet accountingYuchung Cheng2013-05-311-25/+20
* | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-05-3124-364/+395
|\ \ \ \ \ \
| * | | | | | batman-adv: Start new development cycleSimon Wunderlich2013-05-291-1/+1
| * | | | | | batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-298-37/+51
| * | | | | | batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
| * | | | | | batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-295-33/+49
| * | | | | | batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
| * | | | | | batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2013-05-292-4/+0
| * | | | | | batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-292-3/+18
| * | | | | | batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-294-21/+21
| * | | | | | batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15
| * | | | | | batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli2013-05-293-31/+36
| * | | | | | batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli2013-05-294-80/+42
| * | | | | | batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-296-18/+18
| * | | | | | batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1
| * | | | | | batman-adv: do not silently ignore wrong conditionAntonio Quartulli2013-05-291-1/+1
| * | | | | | batman-adv: don't check compat version twiceAntonio Quartulli2013-05-291-7/+0
| * | | | | | batman-adv: don't check the source address twiceAntonio Quartulli2013-05-291-11/+1