summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann9-45/+44
2012-02-16batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-02-16batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli1-8/+1
2012-02-16batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli1-9/+6
2012-02-16batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli1-5/+5
2012-02-16batman-adv: Update copyright yearsSven Eckelmann39-39/+39
2012-02-16batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann1-20/+22
2012-02-16batman-adv: convert time_after instances to has_timed_outMarek Lindner8-30/+24
2012-02-16batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2012-02-16batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-16batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner7-129/+129
2012-02-16batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner7-0/+145
2012-02-16batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-16batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2-20/+23
2012-02-16batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2012-02-16batman-adv: simplify bat_ogm_receive API callMarek Lindner3-9/+9
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann10-98/+87
2012-02-16batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli3-3/+10
2012-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-100/+123
2012-01-18openvswitch: Fix multipart datapath dumps.Ben Pfaff1-4/+3
2012-01-18ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-18inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-18net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-18net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-12/+28
2012-01-17caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com1-7/+9
2012-01-17caif: Fix typo in Vendor/Product-ID for CAIF modemssjur.brandeland@stericsson.com1-1/+1
2012-01-17net: fix some sparse errorsEric Dumazet5-20/+21
2012-01-17net: kill duplicate included headerShan Wei3-3/+0
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4
2012-01-17net: remove version.h includes in net/openvswitch/Devendra Naga4-4/+0
2012-01-17bql: Fix inconsistency between file mode and attr method.Hiroaki SHIMODA1-1/+1
2012-01-17netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik1-0/+1
2012-01-17netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik1-10/+26
2012-01-17mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky3-9/+22
2012-01-17Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl1-0/+1
2012-01-16netfilter: revert user-space expectation helper supportPablo Neira Ayuso3-21/+3
2012-01-16netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabledStephen Rothwell1-1/+4
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds7-7/+7
2012-01-15Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-35/+64
2012-01-13mac80211: fix no-op authorized transitionsJohannes Berg1-1/+1
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-20/+15
2012-01-13ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_allocRongQing.Li1-0/+1
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds50-182/+311
2012-01-13RDS: Remove some unused iWARP codeRoland Dreier1-14/+1
2012-01-13net_sched: sfq: add optional RED on top of SFQEric Dumazet1-16/+130
2012-01-13net: decrement memcg jump label when limit, not usage, is changedGlauber Costa1-1/+1