summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-0820-68/+221
|\
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-01-073-31/+28
| |\
| | * netfilter: xt_recent: avoid high order page allocationsEric Dumazet2013-01-041-5/+18
| | * netfilter: fix missing dependencies for the NOTRACK targetPablo Neira Ayuso2013-01-041-0/+3
| | * netfilter: ip6t_NPT: fix IPv6 NTP checksum calculationUlrich Weber2013-01-041-26/+7
| * | ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-061-1/+1
| * | net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter2013-01-041-2/+6
| * | mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring2013-01-041-1/+1
| |/
| * bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.Rami Rosen2013-01-031-0/+6
| * bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2013-01-032-3/+12
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-12-2813-30/+167
| |\
| | * netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expectJesper Juhl2012-12-261-1/+1
| | * netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+25
| | * netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+16
| | * netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso2012-12-261-4/+21
| | * netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2012-12-242-1/+53
| | * netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso2012-12-171-0/+1
| | * netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-162-0/+10
| | * netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney2012-12-161-3/+12
| | * netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi2012-12-161-1/+4
| | * netfilter: nf_conntrack_ipv6: fix comment for packets without dataFlorent Fourcot2012-12-161-2/+2
| | * netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins2012-12-162-10/+20
| | * netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-162-0/+2
* | | sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder2013-01-071-1/+1
* | | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9Trond Myklebust2013-01-041-5/+0
* | | SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust2013-01-041-4/+23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-022-28/+29
|\ \ \ | |/ / |/| |
| * | libceph: fix protocol feature mismatch failure pathSage Weil2012-12-271-10/+4
| * | libceph: WARN, don't BUG on unexpected connection statesAlex Elder2012-12-271-6/+5
| * | libceph: always reset osds when kickingAlex Elder2012-12-271-2/+2
| * | libceph: move linger requests sooner in kick_requests()Alex Elder2012-12-271-11/+19
* | | ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-261-2/+1
* | | ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-261-1/+1
* | | IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-261-6/+5
* | | IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-261-3/+6
* | | tcp: should drop incoming frames without ACK flag setEric Dumazet2012-12-261-4/+10
* | | batman-adv: fix random jitter calculationAkinobu Mita2012-12-261-1/+1
* | | arp: fix a regression in arp_solicit()Cong Wang2012-12-241-3/+3
* | | net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* | | CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-223-15/+0
* | | bridge: call br_netpoll_disable in br_add_ifGao feng2012-12-211-3/+5
* | | ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet2012-12-211-5/+3
* | | net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-212-11/+11
* | | ip_gre: fix possible use after freeEric Dumazet2012-12-211-1/+5
* | | ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-211-1/+4
* | | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-205-60/+61
|\ \ \
| * | | nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-174-7/+11
| * | | svcrpc: fix some printksJ. Bruce Fields2012-12-171-4/+4
| * | | SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-102-2/+0
| * | | svcrpc: support multiple-fragment rpc'sJ. Bruce Fields2012-12-041-25/+25